Html Css Color HEX #F0477E French Rose

📋 copy color: '#F0477E'

red 240 ◦ green 71 ◦ blue 126

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

Shades of French Rose #F0477E

Tints of French Rose #F0477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 54.92%
G = 16.25%
B = 28.83%

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

#F0477E (or 0xF0477E) is known color: French Rose. HEX triplet: F0, 47 and 7E. RGB value is (240,71,126). Sum of RGB (Red+Green+Blue) = 240+71+126=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0477E is #0FB881. Grayscale: #7F7F7F. Windows color (decimal): -1030274 or 8275952. OLE color: 8275952.

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

Color convert

RGB 240 71 126 -
CMYK 0 0.70 0.48 0.06
HSL 340.47º 0.85% 0.61% -
HSV(B) 340.47º 0.7% 0.94% -
XYZ 41.95 24.54 22.26 -
YUV 127.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 240 71 126 0 0.70 0.48 0.06 340.47 0.85 0.61
Hex F0 47 7E 0 46 30 6 154 55 3D
Octal 360 107 176 0 106 60 6 524 125 75
Binary 11110000 1000111 1111110 0 1000110 110000 110 101010100 1010101 111101

Color Harmonies of #F0477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0477E

Black with #F0477E

Text Example


Text Example

White with #F0477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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