#F94A7B

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

Shades of French Rose #F94A7B

Tints of French Rose #F94A7B

Color information

#F94A7B (or 0xF94A7B) is unknown color: approx French Rose. HEX triplet: F9, 4A and 7B. RGB value is (249,74,123). Sum of RGB (Red+Green+Blue) = 249+74+123=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A7B is #06B584. Grayscale: #838383. Windows color (decimal): -439685 or 8080121. OLE color: 8080121.

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

Color convert

RGB24974123-
CMYK00.700.510.02
HSL343.2º93.58%63.33%-
HSV(B)343.2º70.28%97.65%-
XYZ45.0926.4721.47-
YUV131.91122.98211.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.83%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=55.83%
G=16.59%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497412300.700.510.02343.293.5863.33
HexF94A7B0463321575e3f
Octal371112173010663252713677
Binary111110011001010111101101000110110011101010101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A7B; }

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

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

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

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

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

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

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

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