Html Css Color HEX #F94A87 French Rose

📋 copy color: '#F94A87'

red 249 ◦ green 74 ◦ blue 135

#F94A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #F94A87

Tints of French Rose #F94A87

RGB

 RED value IS 249 (97.66% from 255) = 54.37%

 GREEN value IS 74 (29.3% from 255) = 16.16%

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 54.37%
G = 16.16%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F94A87 (or 0xF94A87) is known color: French Rose. HEX triplet: F9, 4A and 87. RGB value is (249,74,135). Sum of RGB (Red+Green+Blue) = 249+74+135=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A87 is #06B578. Grayscale: #858585. Windows color (decimal): -439673 or 8866553. OLE color: 8866553.

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

Color convert

RGB 249 74 135 -
CMYK 0 0.70 0.46 0.02
HSL 339.09º 0.94% 0.63% -
HSV(B) 339.09º 0.7% 0.98% -
XYZ 45.89 26.79 25.67 -
YUV 133.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 249 74 135 0 0.70 0.46 0.02 339.09 0.94 0.63
Hex F9 4A 87 0 46 2E 2 153 5E 3F
Octal 371 112 207 0 106 56 2 523 136 77
Binary 11111001 1001010 10000111 0 1000110 101110 10 101010011 1011110 111111

Color Harmonies of #F94A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A87

Black with #F94A87

Text Example


Text Example

White with #F94A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A87; }

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

 H1.HeaderClassName
 {
   color: #F94A87;
 }
 .AnyTagClassName
 {
   color: #F94A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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