Html Css Color HEX #F04175 Dark Pink

📋 copy color: '#F04175'

red 240 ◦ green 65 ◦ blue 117

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

Shades of Dark Pink #F04175

Tints of Dark Pink #F04175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 56.87%
G = 15.4%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04175 (or 0xF04175) is known color: Dark Pink. HEX triplet: F0, 41 and 75. RGB value is (240,65,117). Sum of RGB (Red+Green+Blue) = 240+65+117=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F04175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04175 is #0FBE8A. Grayscale: #7B7B7B. Windows color (decimal): -1031819 or 7684592. OLE color: 7684592.

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

Color convert

RGB 240 65 117 -
CMYK 0 0.73 0.51 0.06
HSL 342.17º 0.85% 0.6% -
HSV(B) 342.17º 0.73% 0.94% -
XYZ 41.04 23.59 19.22 -
YUV 123.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 240 65 117 0 0.73 0.51 0.06 342.17 0.85 0.6
Hex F0 41 75 0 49 33 6 156 55 3C
Octal 360 101 165 0 111 63 6 526 125 74
Binary 11110000 1000001 1110101 0 1001001 110011 110 101010110 1010101 111100

Color Harmonies of #F04175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04175

Black with #F04175

Text Example


Text Example

White with #F04175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04175; }

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

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

background-color css

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

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

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

border-color css

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

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

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