Html Css Color HEX #F04173 Dark Pink

📋 copy color: '#F04173'

red 240 ◦ green 65 ◦ blue 115

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

Shades of Dark Pink #F04173

Tints of Dark Pink #F04173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

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

R = 57.14%
G = 15.48%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04173 (or 0xF04173) is known color: Dark Pink. HEX triplet: F0, 41 and 73. RGB value is (240,65,115). Sum of RGB (Red+Green+Blue) = 240+65+115=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F04173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04173 is #0FBE8C. Grayscale: #7B7B7B. Windows color (decimal): -1031821 or 7553520. OLE color: 7553520.

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

Color convert

RGB 240 65 115 -
CMYK 0 0.73 0.52 0.06
HSL 342.86º 0.85% 0.6% -
HSV(B) 342.86º 0.73% 0.94% -
XYZ 40.92 23.54 18.61 -
YUV 123.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 240 65 115 0 0.73 0.52 0.06 342.86 0.85 0.6
Hex F0 41 73 0 49 34 6 157 55 3C
Octal 360 101 163 0 111 64 6 527 125 74
Binary 11110000 1000001 1110011 0 1001001 110100 110 101010111 1010101 111100

Color Harmonies of #F04173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04173

Black with #F04173

Text Example


Text Example

White with #F04173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04173; }

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

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

background-color css

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

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

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

border-color css

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

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

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