Html Css Color HEX #F0476C Dark Pink

📋 copy color: '#F0476C'

red 240 ◦ green 71 ◦ blue 108

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

Shades of Dark Pink #F0476C

Tints of Dark Pink #F0476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 57.28%
G = 16.95%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0476C (or 0xF0476C) is known color: Dark Pink. HEX triplet: F0, 47 and 6C. RGB value is (240,71,108). Sum of RGB (Red+Green+Blue) = 240+71+108=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476C is #0FB893. Grayscale: #7D7D7D. Windows color (decimal): -1030292 or 7096304. OLE color: 7096304.

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

Color convert

RGB 240 71 108 -
CMYK 0 0.70 0.55 0.06
HSL 346.86º 0.85% 0.61% -
HSV(B) 346.86º 0.7% 0.94% -
XYZ 40.9 24.11 16.69 -
YUV 125.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 240 71 108 0 0.70 0.55 0.06 346.86 0.85 0.61
Hex F0 47 6C 0 46 37 6 15B 55 3D
Octal 360 107 154 0 106 67 6 533 125 75
Binary 11110000 1000111 1101100 0 1000110 110111 110 101011011 1010101 111101

Color Harmonies of #F0476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0476C

Black with #F0476C

Text Example


Text Example

White with #F0476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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