Html Css Color HEX #F04372 Dark Pink

📋 copy color: '#F04372'

red 240 ◦ green 67 ◦ blue 114

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

Shades of Dark Pink #F04372

Tints of Dark Pink #F04372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

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

R = 57.01%
G = 15.91%
B = 27.08%

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

#F04372 (or 0xF04372) is known color: Dark Pink. HEX triplet: F0, 43 and 72. RGB value is (240,67,114). Sum of RGB (Red+Green+Blue) = 240+67+114=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F04372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04372 is #0FBC8D. Grayscale: #7C7C7C. Windows color (decimal): -1031310 or 7488496. OLE color: 7488496.

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

Color convert

RGB 240 67 114 -
CMYK 0 0.72 0.52 0.06
HSL 343.7º 0.85% 0.6% -
HSV(B) 343.7º 0.72% 0.94% -
XYZ 40.98 23.75 18.34 -
YUV 124.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 240 67 114 0 0.72 0.52 0.06 343.7 0.85 0.6
Hex F0 43 72 0 48 34 6 158 55 3C
Octal 360 103 162 0 110 64 6 530 125 74
Binary 11110000 1000011 1110010 0 1001000 110100 110 101011000 1010101 111100

Color Harmonies of #F04372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04372

Black with #F04372

Text Example


Text Example

White with #F04372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04372; }

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

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

background-color css

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

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

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

border-color css

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

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

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