#F94A8B

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

Shades of French Rose #F94A8B

Tints of French Rose #F94A8B

Color information

#F94A8B (or 0xF94A8B) is unknown color: approx French Rose. HEX triplet: F9, 4A and 8B. RGB value is (249,74,139). Sum of RGB (Red+Green+Blue) = 249+74+139=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A8B is #06B574. Grayscale: #858585. Windows color (decimal): -439669 or 9128697. OLE color: 9128697.

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

Color convert

RGB24974139-
CMYK00.700.440.02
HSL337.71º93.58%63.33%-
HSV(B)337.71º70.28%97.65%-
XYZ46.1826.927.18-
YUV133.73130.98210.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=53.90%
G=16.02%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497413900.700.440.02337.7193.5863.33
HexF94A8B0462C21525e3f
Octal371112213010654252213677
Binary1111100110010101000101101000110101100101010100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A8B; }

 p { color: rgb(249,74,139); }

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

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

 a { background-color: rgb(249,74,139); }

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

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

 span { border-color: rgb(249,74,139); }

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