Html Css Color HEX #F03F72 Dark Pink

📋 copy color: '#F03F72'

red 240 ◦ green 63 ◦ blue 114

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

Shades of Dark Pink #F03F72

Tints of Dark Pink #F03F72

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

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

R = 57.55%
G = 15.11%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F03F72 (or 0xF03F72) is known color: Dark Pink. HEX triplet: F0, 3F and 72. RGB value is (240,63,114). Sum of RGB (Red+Green+Blue) = 240+63+114=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03F72 is #0FC08D. Grayscale: #797979. Windows color (decimal): -1032334 or 7487472. OLE color: 7487472.

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

Color convert

RGB 240 63 114 -
CMYK 0 0.74 0.52 0.06
HSL 342.71º 0.86% 0.59% -
HSV(B) 342.71º 0.74% 0.94% -
XYZ 40.75 23.3 18.27 -
YUV 121.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 240 63 114 0 0.74 0.52 0.06 342.71 0.86 0.59
Hex F0 3F 72 0 4A 34 6 157 56 3B
Octal 360 77 162 0 112 64 6 527 126 73
Binary 11110000 111111 1110010 0 1001010 110100 110 101010111 1010110 111011

Color Harmonies of #F03F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F72

Black with #F03F72

Text Example


Text Example

White with #F03F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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