Html Css Color HEX #F04474 Dark Pink

📋 copy color: '#F04474'

red 240 ◦ green 68 ◦ blue 116

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

Shades of Dark Pink #F04474

Tints of Dark Pink #F04474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

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

R = 56.6%
G = 16.04%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04474 (or 0xF04474) is known color: Dark Pink. HEX triplet: F0, 44 and 74. RGB value is (240,68,116). Sum of RGB (Red+Green+Blue) = 240+68+116=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04474 is #0FBB8B. Grayscale: #7C7C7C. Windows color (decimal): -1031052 or 7619824. OLE color: 7619824.

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

Color convert

RGB 240 68 116 -
CMYK 0 0.72 0.52 0.06
HSL 343.26º 0.85% 0.6% -
HSV(B) 343.26º 0.72% 0.94% -
XYZ 41.15 23.92 18.97 -
YUV 124.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 240 68 116 0 0.72 0.52 0.06 343.26 0.85 0.6
Hex F0 44 74 0 48 34 6 157 55 3C
Octal 360 104 164 0 110 64 6 527 125 74
Binary 11110000 1000100 1110100 0 1001000 110100 110 101010111 1010101 111100

Color Harmonies of #F04474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04474

Black with #F04474

Text Example


Text Example

White with #F04474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04474; }

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

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

background-color css

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

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

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

border-color css

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

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

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