#F85C97

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

Shades of Brilliant Rose #F85C97

Tints of Brilliant Rose #F85C97

Color information

#F85C97 (or 0xF85C97) is unknown color: approx Brilliant Rose. HEX triplet: F8, 5C and 97. RGB value is (248,92,151). Sum of RGB (Red+Green+Blue) = 248+92+151=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85C97 is #07A368. Grayscale: #919191. Windows color (decimal): -500585 or 9919736. OLE color: 9919736.

HSL color Cylindrical-coordinate representation of color #F85C97: hue angle of 337.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85C97 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB24892151-
CMYK00.630.390.03
HSL337.31º91.76%66.67%-
HSV(B)337.31º62.9%97.25%-
XYZ48.1229.8532.5-
YUV145.37131.18201.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.51%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=50.51%
G=18.74%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489215100.630.390.03337.3191.7666.67
HexF85C9703F2731515c43
Octal370134227077473521134103
Binary1111100010111001001011101111111001111110101000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C97; }

 p { color: rgb(248,92,151); }

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

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

 a { background-color: rgb(248,92,151); }

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

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

 span { border-color: rgb(248,92,151); }

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