Html Css Color HEX #F04472 Dark Pink

📋 copy color: '#F04472'

red 240 ◦ green 68 ◦ blue 114

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

Shades of Dark Pink #F04472

Tints of Dark Pink #F04472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 56.87%
G = 16.11%
B = 27.01%

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

#F04472 (or 0xF04472) is known color: Dark Pink. HEX triplet: F0, 44 and 72. RGB value is (240,68,114). Sum of RGB (Red+Green+Blue) = 240+68+114=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F04472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04472 is #0FBB8D. Grayscale: #7C7C7C. Windows color (decimal): -1031054 or 7488752. OLE color: 7488752.

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

Color convert

RGB 240 68 114 -
CMYK 0 0.72 0.52 0.06
HSL 343.95º 0.85% 0.6% -
HSV(B) 343.95º 0.72% 0.94% -
XYZ 41.04 23.87 18.36 -
YUV 124.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 240 68 114 0 0.72 0.52 0.06 343.95 0.85 0.6
Hex F0 44 72 0 48 34 6 158 55 3C
Octal 360 104 162 0 110 64 6 530 125 74
Binary 11110000 1000100 1110010 0 1001000 110100 110 101011000 1010101 111100

Color Harmonies of #F04472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04472

Black with #F04472

Text Example


Text Example

White with #F04472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04472; }

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

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

background-color css

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

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

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

border-color css

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

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

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