Html Css Color HEX #F01180 Deep Pink

📋 copy color: '#F01180'

red 240 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #F01180

Tints of Deep Pink #F01180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

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

R = 62.34%
G = 4.42%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F01180 (or 0xF01180) is known color: Deep Pink. HEX triplet: F0, 11 and 80. RGB value is (240,17,128). Sum of RGB (Red+Green+Blue) = 240+17+128=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F01180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01180 is #0FEE7F. Grayscale: #606060. Windows color (decimal): -1044096 or 8393200. OLE color: 8393200.

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

Color convert

RGB 240 17 128 -
CMYK 0 0.93 0.47 0.06
HSL 330.13º 0.88% 0.5% -
HSV(B) 330.13º 0.93% 0.94% -
XYZ 40.03 20.48 22.27 -
YUV 96.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 240 17 128 0 0.93 0.47 0.06 330.13 0.88 0.5
Hex F0 11 80 0 5D 2F 6 14A 58 32
Octal 360 21 200 0 135 57 6 512 130 62
Binary 11110000 10001 10000000 0 1011101 101111 110 101001010 1011000 110010

Color Harmonies of #F01180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01180

Black with #F01180

Text Example


Text Example

White with #F01180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01180; }

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

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

background-color css

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

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

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

border-color css

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

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

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