Html Css Color HEX #F04F74 Dark Pink

📋 copy color: '#F04F74'

red 240 ◦ green 79 ◦ blue 116

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

Shades of Dark Pink #F04F74

Tints of Dark Pink #F04F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

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

R = 55.17%
G = 18.16%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04F74 (or 0xF04F74) is known color: Dark Pink. HEX triplet: F0, 4F and 74. RGB value is (240,79,116). Sum of RGB (Red+Green+Blue) = 240+79+116=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F74 is #0FB08B. Grayscale: #838383. Windows color (decimal): -1028236 or 7622640. OLE color: 7622640.

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

Color convert

RGB 240 79 116 -
CMYK 0 0.67 0.52 0.06
HSL 346.21º 0.84% 0.63% -
HSV(B) 346.21º 0.67% 0.94% -
XYZ 41.88 25.38 19.21 -
YUV 131.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 240 79 116 0 0.67 0.52 0.06 346.21 0.84 0.63
Hex F0 4F 74 0 43 34 6 15A 54 3F
Octal 360 117 164 0 103 64 6 532 124 77
Binary 11110000 1001111 1110100 0 1000011 110100 110 101011010 1010100 111111

Color Harmonies of #F04F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F74

Black with #F04F74

Text Example


Text Example

White with #F04F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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