Html Css Color HEX #F0476E Dark Pink

📋 copy color: '#F0476E'

red 240 ◦ green 71 ◦ blue 110

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

Shades of Dark Pink #F0476E

Tints of Dark Pink #F0476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 57.01%
G = 16.86%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0476E (or 0xF0476E) is known color: Dark Pink. HEX triplet: F0, 47 and 6E. RGB value is (240,71,110). Sum of RGB (Red+Green+Blue) = 240+71+110=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476E is #0FB891. Grayscale: #7D7D7D. Windows color (decimal): -1030290 or 7227376. OLE color: 7227376.

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

Color convert

RGB 240 71 110 -
CMYK 0 0.70 0.54 0.06
HSL 346.15º 0.85% 0.61% -
HSV(B) 346.15º 0.7% 0.94% -
XYZ 41 24.16 17.25 -
YUV 125.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 240 71 110 0 0.70 0.54 0.06 346.15 0.85 0.61
Hex F0 47 6E 0 46 36 6 15A 55 3D
Octal 360 107 156 0 106 66 6 532 125 75
Binary 11110000 1000111 1101110 0 1000110 110110 110 101011010 1010101 111101

Color Harmonies of #F0476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0476E

Black with #F0476E

Text Example


Text Example

White with #F0476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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