Html Css Color HEX #F0476F Dark Pink

📋 copy color: '#F0476F'

red 240 ◦ green 71 ◦ blue 111

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

Shades of Dark Pink #F0476F

Tints of Dark Pink #F0476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 56.87%
G = 16.82%
B = 26.3%

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

#F0476F (or 0xF0476F) is known color: Dark Pink. HEX triplet: F0, 47 and 6F. RGB value is (240,71,111). Sum of RGB (Red+Green+Blue) = 240+71+111=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476F is #0FB890. Grayscale: #7E7E7E. Windows color (decimal): -1030289 or 7292912. OLE color: 7292912.

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

Color convert

RGB 240 71 111 -
CMYK 0 0.70 0.54 0.06
HSL 345.8º 0.85% 0.61% -
HSV(B) 345.8º 0.7% 0.94% -
XYZ 41.06 24.18 17.54 -
YUV 126.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 240 71 111 0 0.70 0.54 0.06 345.8 0.85 0.61
Hex F0 47 6F 0 46 36 6 15A 55 3D
Octal 360 107 157 0 106 66 6 532 125 75
Binary 11110000 1000111 1101111 0 1000110 110110 110 101011010 1010101 111101

Color Harmonies of #F0476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0476F

Black with #F0476F

Text Example


Text Example

White with #F0476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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