Html Css Color HEX #F04074 Dark Pink

📋 copy color: '#F04074'

red 240 ◦ green 64 ◦ blue 116

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

Shades of Dark Pink #F04074

Tints of Dark Pink #F04074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 57.14%
G = 15.24%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04074 (or 0xF04074) is known color: Dark Pink. HEX triplet: F0, 40 and 74. RGB value is (240,64,116). Sum of RGB (Red+Green+Blue) = 240+64+116=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F04074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04074 is #0FBF8B. Grayscale: #7A7A7A. Windows color (decimal): -1032076 or 7618800. OLE color: 7618800.

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

Color convert

RGB 240 64 116 -
CMYK 0 0.73 0.52 0.06
HSL 342.27º 0.85% 0.6% -
HSV(B) 342.27º 0.73% 0.94% -
XYZ 40.92 23.45 18.89 -
YUV 122.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 240 64 116 0 0.73 0.52 0.06 342.27 0.85 0.6
Hex F0 40 74 0 49 34 6 156 55 3C
Octal 360 100 164 0 111 64 6 526 125 74
Binary 11110000 1000000 1110100 0 1001001 110100 110 101010110 1010101 111100

Color Harmonies of #F04074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04074

Black with #F04074

Text Example


Text Example

White with #F04074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04074; }

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

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

background-color css

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

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

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

border-color css

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

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

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