Html Css Color HEX #F04876 Dark Pink

📋 copy color: '#F04876'

red 240 ◦ green 72 ◦ blue 118

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

Shades of Dark Pink #F04876

Tints of Dark Pink #F04876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 55.81%
G = 16.74%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04876 (or 0xF04876) is known color: Dark Pink. HEX triplet: F0, 48 and 76. RGB value is (240,72,118). Sum of RGB (Red+Green+Blue) = 240+72+118=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F04876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04876 is #0FB789. Grayscale: #7F7F7F. Windows color (decimal): -1030026 or 7751920. OLE color: 7751920.

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

Color convert

RGB 240 72 118 -
CMYK 0 0.7 0.51 0.06
HSL 343.57º 0.85% 0.61% -
HSV(B) 343.57º 0.7% 0.94% -
XYZ 41.52 24.47 19.67 -
YUV 127.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 240 72 118 0 0.7 0.51 0.06 343.57 0.85 0.61
Hex F0 48 76 0 46 33 6 158 55 3D
Octal 360 110 166 0 106 63 6 530 125 75
Binary 11110000 1001000 1110110 0 1000110 110011 110 101011000 1010101 111101

Color Harmonies of #F04876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04876

Black with #F04876

Text Example


Text Example

White with #F04876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04876; }

 p { color: rgb(240,72,118); }

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

background-color css

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

 a { background-color: rgb(240,72,118); }

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

border-color css

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

 span { border-color: rgb(240,72,118); }

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