#F94EA9

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

Shades of Brilliant Rose #F94EA9

Tints of Brilliant Rose #F94EA9

Color information

#F94EA9 (or 0xF94EA9) is unknown color: approx Brilliant Rose. HEX triplet: F9, 4E and A9. RGB value is (249,78,169). Sum of RGB (Red+Green+Blue) = 249+78+169=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94EA9 is #06B156. Grayscale: #8B8B8B. Windows color (decimal): -438615 or 11095801. OLE color: 11095801.

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

Color convert

RGB24978169-
CMYK00.690.320.02
HSL328.07º93.44%64.12%-
HSV(B)328.07º68.67%97.65%-
XYZ48.9528.4540.45-
YUV139.5144.65206.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 78 (30.86% from 255) = 15.73%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=50.20%
G=15.73%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497816900.690.320.02328.0793.4464.12
HexF94EA90452021485d40
Octal3711162510105402510135100
Binary11111001100111010101001010001011000001010100100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94EA9; }

 p { color: rgb(249,78,169); }

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

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

 a { background-color: rgb(249,78,169); }

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

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

 span { border-color: rgb(249,78,169); }

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