#F94EAA

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

Shades of Brilliant Rose #F94EAA

Tints of Brilliant Rose #F94EAA

Color information

#F94EAA (or 0xF94EAA) is unknown color: approx Brilliant Rose. HEX triplet: F9, 4E and AA. RGB value is (249,78,170). Sum of RGB (Red+Green+Blue) = 249+78+170=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94EAA is #06B155. Grayscale: #8B8B8B. Windows color (decimal): -438614 or 11161337. OLE color: 11161337.

HSL color Cylindrical-coordinate representation of color #F94EAA: hue angle of 327.72º 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 #F94EAA is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB24978170-
CMYK00.690.320.02
HSL327.72º93.44%64.12%-
HSV(B)327.72º68.67%97.65%-
XYZ49.0528.4940.94-
YUV139.62145.15206.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 78 (30.86% from 255) = 15.69%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=50.10%
G=15.69%
B=34.21%

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
Decimal2497817000.690.320.02327.7293.4464.12
HexF94EAA0452021485d40
Octal3711162520105402510135100
Binary11111001100111010101010010001011000001010100100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94EAA; }

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

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

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

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

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

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

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

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