Html Css Color HEX #F04E7D Dark Pink

📋 copy color: '#F04E7D'

red 240 ◦ green 78 ◦ blue 125

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

Shades of Dark Pink #F04E7D

Tints of Dark Pink #F04E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.61%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 54.18%
G = 17.61%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F04E7D (or 0xF04E7D) is known color: Dark Pink. HEX triplet: F0, 4E and 7D. RGB value is (240,78,125). Sum of RGB (Red+Green+Blue) = 240+78+125=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E7D is #0FB182. Grayscale: #838383. Windows color (decimal): -1028483 or 8212208. OLE color: 8212208.

HSL color Cylindrical-coordinate representation of color #F04E7D: hue angle of 342.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E7D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 78 125 -
CMYK 0 0.68 0.48 0.06
HSL 342.59º 0.84% 0.62% -
HSV(B) 342.59º 0.68% 0.94% -
XYZ 42.36 25.45 22.08 -
YUV 131.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 240 78 125 0 0.68 0.48 0.06 342.59 0.84 0.62
Hex F0 4E 7D 0 44 30 6 157 54 3E
Octal 360 116 175 0 104 60 6 527 124 76
Binary 11110000 1001110 1111101 0 1000100 110000 110 101010111 1010100 111110

Color Harmonies of #F04E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E7D

Black with #F04E7D

Text Example


Text Example

White with #F04E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E7D; }

 p { color: rgb(240,78,125); }

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

background-color css

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

 a { background-color: rgb(240,78,125); }

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

border-color css

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

 span { border-color: rgb(240,78,125); }

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