Html Css Color HEX #F94A80 French Rose

📋 copy color: '#F94A80'

red 249 ◦ green 74 ◦ blue 128

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

Shades of French Rose #F94A80

Tints of French Rose #F94A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 55.21%
G = 16.41%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F94A80 (or 0xF94A80) is known color: French Rose. HEX triplet: F9, 4A and 80. RGB value is (249,74,128). Sum of RGB (Red+Green+Blue) = 249+74+128=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A80 is #06B57F. Grayscale: #848484. Windows color (decimal): -439680 or 8407801. OLE color: 8407801.

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

Color convert

RGB 249 74 128 -
CMYK 0 0.70 0.49 0.02
HSL 341.49º 0.94% 0.63% -
HSV(B) 341.49º 0.7% 0.98% -
XYZ 45.41 26.6 23.16 -
YUV 132.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 249 74 128 0 0.70 0.49 0.02 341.49 0.94 0.63
Hex F9 4A 80 0 46 31 2 155 5E 3F
Octal 371 112 200 0 106 61 2 525 136 77
Binary 11111001 1001010 10000000 0 1000110 110001 10 101010101 1011110 111111

Color Harmonies of #F94A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A80

Black with #F94A80

Text Example


Text Example

White with #F94A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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