Html Css Color HEX #F94A91 French Rose

📋 copy color: '#F94A91'

red 249 ◦ green 74 ◦ blue 145

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

Shades of French Rose #F94A91

Tints of French Rose #F94A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 53.21%
G = 15.81%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F94A91 (or 0xF94A91) is known color: French Rose. HEX triplet: F9, 4A and 91. RGB value is (249,74,145). Sum of RGB (Red+Green+Blue) = 249+74+145=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A91 is #06B56E. Grayscale: #868686. Windows color (decimal): -439663 or 9521913. OLE color: 9521913.

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

Color convert

RGB 249 74 145 -
CMYK 0 0.70 0.42 0.02
HSL 335.66º 0.94% 0.63% -
HSV(B) 335.66º 0.7% 0.98% -
XYZ 46.63 27.08 29.56 -
YUV 134.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 249 74 145 0 0.70 0.42 0.02 335.66 0.94 0.63
Hex F9 4A 91 0 46 2A 2 150 5E 3F
Octal 371 112 221 0 106 52 2 520 136 77
Binary 11111001 1001010 10010001 0 1000110 101010 10 101010000 1011110 111111

Color Harmonies of #F94A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A91

Black with #F94A91

Text Example


Text Example

White with #F94A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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