#F94B8A

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

Shades of French Rose #F94B8A

Tints of French Rose #F94B8A

Color information

#F94B8A (or 0xF94B8A) is unknown color: approx French Rose. HEX triplet: F9, 4B and 8A. RGB value is (249,75,138). Sum of RGB (Red+Green+Blue) = 249+75+138=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F94B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94B8A is #06B475. Grayscale: #868686. Windows color (decimal): -439414 or 9063417. OLE color: 9063417.

HSL color Cylindrical-coordinate representation of color #F94B8A: hue angle of 338.28º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94B8A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB24975138-
CMYK00.700.450.02
HSL338.28º93.55%63.53%-
HSV(B)338.28º69.88%97.65%-
XYZ46.1727.0126.82-
YUV134.21130.15209.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=53.90%
G=16.23%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497513800.700.450.02338.2893.5563.53
HexF94B8A0462D21525e40
Octal3711132120106552522136100
Binary11111001100101110001010010001101011011010101001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94B8A; }

 p { color: rgb(249,75,138); }

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

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

 a { background-color: rgb(249,75,138); }

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

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

 span { border-color: rgb(249,75,138); }

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