Html Css Color HEX #F01580 Deep Pink

📋 copy color: '#F01580'

red 240 ◦ green 21 ◦ blue 128

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

Shades of Deep Pink #F01580

Tints of Deep Pink #F01580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 61.7%
G = 5.4%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F01580 (or 0xF01580) is known color: Deep Pink. HEX triplet: F0, 15 and 80. RGB value is (240,21,128). Sum of RGB (Red+Green+Blue) = 240+21+128=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F01580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01580 is #0FEA7F. Grayscale: #626262. Windows color (decimal): -1043072 or 8394224. OLE color: 8394224.

HSL color Cylindrical-coordinate representation of color #F01580: hue angle of 330.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01580 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 128 -
CMYK 0 0.91 0.47 0.06
HSL 330.68º 0.88% 0.51% -
HSV(B) 330.68º 0.91% 0.94% -
XYZ 40.1 20.62 22.29 -
YUV 98.68 144.55 228.8 -
System Red Green Blue C M Y K H S L
Decimal 240 21 128 0 0.91 0.47 0.06 330.68 0.88 0.51
Hex F0 15 80 0 5B 2F 6 14B 58 33
Octal 360 25 200 0 133 57 6 513 130 63
Binary 11110000 10101 10000000 0 1011011 101111 110 101001011 1011000 110011

Color Harmonies of #F01580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01580

Black with #F01580

Text Example


Text Example

White with #F01580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01580; }

 p { color: rgb(240,21,128); }

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

background-color css

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

 a { background-color: rgb(240,21,128); }

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

border-color css

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

 span { border-color: rgb(240,21,128); }

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