Html Css Color HEX #F04F73 Dark Pink

📋 copy color: '#F04F73'

red 240 ◦ green 79 ◦ blue 115

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

Shades of Dark Pink #F04F73

Tints of Dark Pink #F04F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.2%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 55.3%
G = 18.2%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04F73 (or 0xF04F73) is known color: Dark Pink. HEX triplet: F0, 4F and 73. RGB value is (240,79,115). Sum of RGB (Red+Green+Blue) = 240+79+115=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F73 is #0FB08C. Grayscale: #838383. Windows color (decimal): -1028237 or 7557104. OLE color: 7557104.

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

Color convert

RGB 240 79 115 -
CMYK 0 0.67 0.52 0.06
HSL 346.58º 0.84% 0.63% -
HSV(B) 346.58º 0.67% 0.94% -
XYZ 41.83 25.36 18.91 -
YUV 131.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 240 79 115 0 0.67 0.52 0.06 346.58 0.84 0.63
Hex F0 4F 73 0 43 34 6 15B 54 3F
Octal 360 117 163 0 103 64 6 533 124 77
Binary 11110000 1001111 1110011 0 1000011 110100 110 101011011 1010100 111111

Color Harmonies of #F04F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F73

Black with #F04F73

Text Example


Text Example

White with #F04F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F73; }

 p { color: rgb(240,79,115); }

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

background-color css

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

 a { background-color: rgb(240,79,115); }

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

border-color css

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

 span { border-color: rgb(240,79,115); }

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