Html Css Color HEX #F04170 Dark Pink

📋 copy color: '#F04170'

red 240 ◦ green 65 ◦ blue 112

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

Shades of Dark Pink #F04170

Tints of Dark Pink #F04170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 57.55%
G = 15.59%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F04170 (or 0xF04170) is known color: Dark Pink. HEX triplet: F0, 41 and 70. RGB value is (240,65,112). Sum of RGB (Red+Green+Blue) = 240+65+112=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F04170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04170 is #0FBE8F. Grayscale: #7A7A7A. Windows color (decimal): -1031824 or 7356912. OLE color: 7356912.

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

Color convert

RGB 240 65 112 -
CMYK 0 0.73 0.53 0.06
HSL 343.89º 0.85% 0.6% -
HSV(B) 343.89º 0.73% 0.94% -
XYZ 40.75 23.48 17.71 -
YUV 122.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 240 65 112 0 0.73 0.53 0.06 343.89 0.85 0.6
Hex F0 41 70 0 49 35 6 158 55 3C
Octal 360 101 160 0 111 65 6 530 125 74
Binary 11110000 1000001 1110000 0 1001001 110101 110 101011000 1010101 111100

Color Harmonies of #F04170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04170

Black with #F04170

Text Example


Text Example

White with #F04170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04170; }

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

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

background-color css

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

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

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

border-color css

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

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

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