Html Css Color HEX #F04D74 Dark Pink

📋 copy color: '#F04D74'

red 240 ◦ green 77 ◦ blue 116

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

Shades of Dark Pink #F04D74

Tints of Dark Pink #F04D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 55.43%
G = 17.78%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04D74 (or 0xF04D74) is known color: Dark Pink. HEX triplet: F0, 4D and 74. RGB value is (240,77,116). Sum of RGB (Red+Green+Blue) = 240+77+116=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D74 is #0FB28B. Grayscale: #828282. Windows color (decimal): -1028748 or 7622128. OLE color: 7622128.

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

Color convert

RGB 240 77 116 -
CMYK 0 0.68 0.52 0.06
HSL 345.64º 0.84% 0.62% -
HSV(B) 345.64º 0.68% 0.94% -
XYZ 41.74 25.09 19.17 -
YUV 130.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 240 77 116 0 0.68 0.52 0.06 345.64 0.84 0.62
Hex F0 4D 74 0 44 34 6 15A 54 3E
Octal 360 115 164 0 104 64 6 532 124 76
Binary 11110000 1001101 1110100 0 1000100 110100 110 101011010 1010100 111110

Color Harmonies of #F04D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D74

Black with #F04D74

Text Example


Text Example

White with #F04D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D74; }

 p { color: rgb(240,77,116); }

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

background-color css

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

 a { background-color: rgb(240,77,116); }

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

border-color css

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

 span { border-color: rgb(240,77,116); }

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