Html Css Color HEX #F04370 Dark Pink

📋 copy color: '#F04370'

red 240 ◦ green 67 ◦ blue 112

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

Shades of Dark Pink #F04370

Tints of Dark Pink #F04370

RGB

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

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

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

R = 57.28%
G = 15.99%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F04370 (or 0xF04370) is known color: Dark Pink. HEX triplet: F0, 43 and 70. RGB value is (240,67,112). Sum of RGB (Red+Green+Blue) = 240+67+112=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F04370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04370 is #0FBC8F. Grayscale: #7B7B7B. Windows color (decimal): -1031312 or 7357424. OLE color: 7357424.

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

Color convert

RGB 240 67 112 -
CMYK 0 0.72 0.53 0.06
HSL 344.39º 0.85% 0.6% -
HSV(B) 344.39º 0.72% 0.94% -
XYZ 40.87 23.71 17.75 -
YUV 123.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 240 67 112 0 0.72 0.53 0.06 344.39 0.85 0.6
Hex F0 43 70 0 48 35 6 158 55 3C
Octal 360 103 160 0 110 65 6 530 125 74
Binary 11110000 1000011 1110000 0 1001000 110101 110 101011000 1010101 111100

Color Harmonies of #F04370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04370

Black with #F04370

Text Example


Text Example

White with #F04370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04370; }

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

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

background-color css

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

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

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

border-color css

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

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

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