Html Css Color HEX #F94778 French Rose

📋 copy color: '#F94778'

red 249 ◦ green 71 ◦ blue 120

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

Shades of French Rose #F94778

Tints of French Rose #F94778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.14%

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 56.59%
G = 16.14%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F94778 (or 0xF94778) is known color: French Rose. HEX triplet: F9, 47 and 78. RGB value is (249,71,120). Sum of RGB (Red+Green+Blue) = 249+71+120=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F94778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94778 is #06B887. Grayscale: #818181. Windows color (decimal): -440456 or 7882745. OLE color: 7882745.

HSL color Cylindrical-coordinate representation of color #F94778: hue angle of 343.48º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94778 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 71 120 -
CMYK 0 0.71 0.52 0.02
HSL 343.48º 0.94% 0.63% -
HSV(B) 343.48º 0.71% 0.98% -
XYZ 44.71 26 20.43 -
YUV 129.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 249 71 120 0 0.71 0.52 0.02 343.48 0.94 0.63
Hex F9 47 78 0 47 34 2 157 5E 3F
Octal 371 107 170 0 107 64 2 527 136 77
Binary 11111001 1000111 1111000 0 1000111 110100 10 101010111 1011110 111111

Color Harmonies of #F94778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94778

Black with #F94778

Text Example


Text Example

White with #F94778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94778; }

 p { color: rgb(249,71,120); }

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

background-color css

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

 a { background-color: rgb(249,71,120); }

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

border-color css

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

 span { border-color: rgb(249,71,120); }

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