Html Css Color HEX #F94F80 French Rose

📋 copy color: '#F94F80'

red 249 ◦ green 79 ◦ blue 128

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

Shades of French Rose #F94F80

Tints of French Rose #F94F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

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

R = 54.61%
G = 17.32%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F94F80 (or 0xF94F80) is known color: French Rose. HEX triplet: F9, 4F and 80. RGB value is (249,79,128). Sum of RGB (Red+Green+Blue) = 249+79+128=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94F80 is #06B07F. Grayscale: #878787. Windows color (decimal): -438400 or 8409081. OLE color: 8409081.

HSL color Cylindrical-coordinate representation of color #F94F80: hue angle of 342.71º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94F80 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 79 128 -
CMYK 0 0.68 0.49 0.02
HSL 342.71º 0.93% 0.64% -
HSV(B) 342.71º 0.68% 0.98% -
XYZ 45.76 27.29 23.28 -
YUV 135.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 249 79 128 0 0.68 0.49 0.02 342.71 0.93 0.64
Hex F9 4F 80 0 44 31 2 157 5D 40
Octal 371 117 200 0 104 61 2 527 135 100
Binary 11111001 1001111 10000000 0 1000100 110001 10 101010111 1011101 1000000

Color Harmonies of #F94F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F80

Black with #F94F80

Text Example


Text Example

White with #F94F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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