Html Css Color HEX #F0477C French Rose

📋 copy color: '#F0477C'

red 240 ◦ green 71 ◦ blue 124

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

Shades of French Rose #F0477C

Tints of French Rose #F0477C

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

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

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 55.17%
G = 16.32%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0477C (or 0xF0477C) is known color: French Rose. HEX triplet: F0, 47 and 7C. RGB value is (240,71,124). Sum of RGB (Red+Green+Blue) = 240+71+124=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0477C is #0FB883. Grayscale: #7F7F7F. Windows color (decimal): -1030276 or 8144880. OLE color: 8144880.

HSL color Cylindrical-coordinate representation of color #F0477C: hue angle of 341.18º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0477C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 124 -
CMYK 0 0.70 0.48 0.06
HSL 341.18º 0.85% 0.61% -
HSV(B) 341.18º 0.7% 0.94% -
XYZ 41.83 24.49 21.59 -
YUV 127.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 240 71 124 0 0.70 0.48 0.06 341.18 0.85 0.61
Hex F0 47 7C 0 46 30 6 155 55 3D
Octal 360 107 174 0 106 60 6 525 125 75
Binary 11110000 1000111 1111100 0 1000110 110000 110 101010101 1010101 111101

Color Harmonies of #F0477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0477C

Black with #F0477C

Text Example


Text Example

White with #F0477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0477C; }

 p { color: rgb(240,71,124); }

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

background-color css

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

 a { background-color: rgb(240,71,124); }

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

border-color css

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

 span { border-color: rgb(240,71,124); }

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