#F85EA5

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

Shades of Brilliant Rose #F85EA5

Tints of Brilliant Rose #F85EA5

Color information

#F85EA5 (or 0xF85EA5) is unknown color: approx Brilliant Rose. HEX triplet: F8, 5E and A5. RGB value is (248,94,165). Sum of RGB (Red+Green+Blue) = 248+94+165=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85EA5 is #07A15A. Grayscale: #949494. Windows color (decimal): -500059 or 10837752. OLE color: 10837752.

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

Color convert

RGB24894165-
CMYK00.620.330.03
HSL332.34º91.67%67.06%-
HSV(B)332.34º62.1%97.25%-
XYZ49.5130.6838.91-
YUV148.14137.52199.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=48.92%
G=18.54%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489416500.620.330.03332.3491.6767.06
HexF85EA503E21314c5c43
Octal370136245076413514134103
Binary1111100010111101010010101111101000011110100110010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EA5; }

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

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

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

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

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

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

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

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