#F85E9A

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

Shades of Brilliant Rose #F85E9A

Tints of Brilliant Rose #F85E9A

Color information

#F85E9A (or 0xF85E9A) is unknown color: approx Brilliant Rose. HEX triplet: F8, 5E and 9A. RGB value is (248,94,154). Sum of RGB (Red+Green+Blue) = 248+94+154=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85E9A is #07A165. Grayscale: #929292. Windows color (decimal): -500070 or 10116856. OLE color: 10116856.

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

Color convert

RGB24894154-
CMYK00.620.380.03
HSL336.62º91.67%67.06%-
HSV(B)336.62º62.1%97.25%-
XYZ48.5530.2933.86-
YUV146.89132.02200.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=50%
G=18.95%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489415400.620.380.03336.6291.6767.06
HexF85E9A03E2631515c43
Octal370136232076463521134103
Binary1111100010111101001101001111101001101110101000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E9A; }

 p { color: rgb(248,94,154); }

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

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

 a { background-color: rgb(248,94,154); }

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

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

 span { border-color: rgb(248,94,154); }

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