#f951a5

Color #F951A5 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F951A5

Tints of Brilliant Rose #F951A5

Color information

#F951A5 (or 0xF951A5) is unknown color: approx Brilliant Rose. HEX triplet: F9, 51 and A5. RGB value is (249,81,165). Sum of RGB (Red+Green+Blue) = 249+81+165=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F951A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F951A5 is #06AE5A. Grayscale: #8C8C8C. Windows color (decimal): -437851 or 10834425. OLE color: 10834425.

HSL color Cylindrical-coordinate representation of color #F951A5: hue angle of 330º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951A5 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB24981165-
CMYK00.670.340.02
HSL330º93.33%64.71%-
HSV(B)330º67.47%97.65%-
XYZ48.828.7438.57-
YUV140.81141.66205.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 81 (32.03% from 255) = 16.36%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=50.30%
G=16.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498116500.670.340.0233093.3364.71
HexF951A504322214a5d41
Octal3711212450103422512135101
Binary11111001101000110100101010000111000101010100101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f951a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f951a5; }

 p { color: rgb(249,81,165); }

 H1.HeaderClassName
 {
   color: #f951a5;
 }
 .AnyTagClassName
 {
   color: #f951a5;
 }
</style>
background-color css

<style>
 a { background-color: #f951a5; }

 a { background-color: rgb(249,81,165); }

 div.DivClassName
 {
   background-color: #f951a5;
 }
 .BgClassName
 {
   background-color: #f951a5;
 }
</style>
border-color css

<style>
 span { border-color: #f951a5; }

 span { border-color: rgb(249,81,165); }

 td.TdClassName
 {
   border-color: #f951a5;
 }
 .TagClassName
 {
   border-color: #f951a5;
 }
</style>