#F95CA8

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

Shades of Brilliant Rose #F95CA8

Tints of Brilliant Rose #F95CA8

Color information

#F95CA8 (or 0xF95CA8) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5C and A8. RGB value is (249,92,168). Sum of RGB (Red+Green+Blue) = 249+92+168=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95CA8 is #06A357. Grayscale: #939393. Windows color (decimal): -435032 or 11033849. OLE color: 11033849.

HSL color Cylindrical-coordinate representation of color #F95CA8: hue angle of 330.96º 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 #F95CA8 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB24992168-
CMYK00.630.330.02
HSL330.96º92.9%66.86%-
HSV(B)330.96º63.05%97.65%-
XYZ49.9630.6240.32-
YUV147.61139.51200.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=48.92%
G=18.07%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499216800.630.330.02330.9692.966.86
HexF95CA803F21214b5d43
Octal371134250077412513135103
Binary1111100110111001010100001111111000011010100101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95CA8; }

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

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

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

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

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

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

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

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