#F95EA4

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

Shades of Brilliant Rose #F95EA4

Tints of Brilliant Rose #F95EA4

Color information

#F95EA4 (or 0xF95EA4) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5E and A4. RGB value is (249,94,164). Sum of RGB (Red+Green+Blue) = 249+94+164=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95EA4 is #06A15B. Grayscale: #949494. Windows color (decimal): -434524 or 10772217. OLE color: 10772217.

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

Color convert

RGB24994164-
CMYK00.620.340.02
HSL332.9º92.81%67.25%-
HSV(B)332.9º62.25%97.65%-
XYZ49.7730.8338.45-
YUV148.32136.85199.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.11%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=49.11%
G=18.54%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499416400.620.340.02332.992.8167.25
HexF95EA403E22214d5d43
Octal371136244076422515135103
Binary1111100110111101010010001111101000101010100110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EA4; }

 p { color: rgb(249,94,164); }

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

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

 a { background-color: rgb(249,94,164); }

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

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

 span { border-color: rgb(249,94,164); }

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