Html Css Color HEX #F04373 Dark Pink

📋 copy color: '#F04373'

red 240 ◦ green 67 ◦ blue 115

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

Shades of Dark Pink #F04373

Tints of Dark Pink #F04373

RGB

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

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

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

R = 56.87%
G = 15.88%
B = 27.25%

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

#F04373 (or 0xF04373) is known color: Dark Pink. HEX triplet: F0, 43 and 73. RGB value is (240,67,115). Sum of RGB (Red+Green+Blue) = 240+67+115=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F04373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04373 is #0FBC8C. Grayscale: #7C7C7C. Windows color (decimal): -1031309 or 7554032. OLE color: 7554032.

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

Color convert

RGB 240 67 115 -
CMYK 0 0.72 0.52 0.06
HSL 343.35º 0.85% 0.6% -
HSV(B) 343.35º 0.72% 0.94% -
XYZ 41.04 23.78 18.65 -
YUV 124.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 240 67 115 0 0.72 0.52 0.06 343.35 0.85 0.6
Hex F0 43 73 0 48 34 6 157 55 3C
Octal 360 103 163 0 110 64 6 527 125 74
Binary 11110000 1000011 1110011 0 1001000 110100 110 101010111 1010101 111100

Color Harmonies of #F04373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04373

Black with #F04373

Text Example


Text Example

White with #F04373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04373; }

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

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

background-color css

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

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

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

border-color css

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

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

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