Html Css Color HEX #F04071 Dark Pink

📋 copy color: '#F04071'

red 240 ◦ green 64 ◦ blue 113

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

Shades of Dark Pink #F04071

Tints of Dark Pink #F04071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 57.55%
G = 15.35%
B = 27.1%

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

#F04071 (or 0xF04071) is known color: Dark Pink. HEX triplet: F0, 40 and 71. RGB value is (240,64,113). Sum of RGB (Red+Green+Blue) = 240+64+113=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F04071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04071 is #0FBF8E. Grayscale: #7A7A7A. Windows color (decimal): -1032079 or 7422192. OLE color: 7422192.

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

Color convert

RGB 240 64 113 -
CMYK 0 0.73 0.53 0.06
HSL 343.3º 0.85% 0.6% -
HSV(B) 343.3º 0.73% 0.94% -
XYZ 40.75 23.38 17.99 -
YUV 122.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 240 64 113 0 0.73 0.53 0.06 343.3 0.85 0.6
Hex F0 40 71 0 49 35 6 157 55 3C
Octal 360 100 161 0 111 65 6 527 125 74
Binary 11110000 1000000 1110001 0 1001001 110101 110 101010111 1010101 111100

Color Harmonies of #F04071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04071

Black with #F04071

Text Example


Text Example

White with #F04071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04071; }

 p { color: rgb(240,64,113); }

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

background-color css

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

 a { background-color: rgb(240,64,113); }

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

border-color css

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

 span { border-color: rgb(240,64,113); }

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