Html Css Color HEX #F04572 Dark Pink

📋 copy color: '#F04572'

red 240 ◦ green 69 ◦ blue 114

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

Shades of Dark Pink #F04572

Tints of Dark Pink #F04572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 56.74%
G = 16.31%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04572 (or 0xF04572) is known color: Dark Pink. HEX triplet: F0, 45 and 72. RGB value is (240,69,114). Sum of RGB (Red+Green+Blue) = 240+69+114=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04572 is #0FBA8D. Grayscale: #7D7D7D. Windows color (decimal): -1030798 or 7489008. OLE color: 7489008.

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

Color convert

RGB 240 69 114 -
CMYK 0 0.71 0.52 0.06
HSL 344.21º 0.85% 0.61% -
HSV(B) 344.21º 0.71% 0.94% -
XYZ 41.1 24 18.39 -
YUV 125.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 240 69 114 0 0.71 0.52 0.06 344.21 0.85 0.61
Hex F0 45 72 0 47 34 6 158 55 3D
Octal 360 105 162 0 107 64 6 530 125 75
Binary 11110000 1000101 1110010 0 1000111 110100 110 101011000 1010101 111101

Color Harmonies of #F04572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04572

Black with #F04572

Text Example


Text Example

White with #F04572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04572; }

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

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

background-color css

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

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

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

border-color css

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

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

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