#F95CA9

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

Shades of Brilliant Rose #F95CA9

Tints of Brilliant Rose #F95CA9

Color information

#F95CA9 (or 0xF95CA9) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5C and A9. RGB value is (249,92,169). Sum of RGB (Red+Green+Blue) = 249+92+169=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95CA9 is #06A356. Grayscale: #939393. Windows color (decimal): -435031 or 11099385. OLE color: 11099385.

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

Color convert

RGB24992169-
CMYK00.630.320.02
HSL330.57º92.9%66.86%-
HSV(B)330.57º63.05%97.65%-
XYZ50.0630.6640.82-
YUV147.72140.01200.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 92 (36.33% from 255) = 18.04%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=48.82%
G=18.04%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499216900.630.320.02330.5792.966.86
HexF95CA903F20214b5d43
Octal371134251077402513135103
Binary1111100110111001010100101111111000001010100101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95CA9; }

 p { color: rgb(249,92,169); }

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

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

 a { background-color: rgb(249,92,169); }

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

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

 span { border-color: rgb(249,92,169); }

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