Html Css Color HEX #F01C80 Deep Pink

📋 copy color: '#F01C80'

red 240 ◦ green 28 ◦ blue 128

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

Shades of Deep Pink #F01C80

Tints of Deep Pink #F01C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

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

R = 60.61%
G = 7.07%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F01C80 (or 0xF01C80) is known color: Deep Pink. HEX triplet: F0, 1C and 80. RGB value is (240,28,128). Sum of RGB (Red+Green+Blue) = 240+28+128=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C80 is #0FE37F. Grayscale: #666666. Windows color (decimal): -1041280 or 8396016. OLE color: 8396016.

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

Color convert

RGB 240 28 128 -
CMYK 0 0.88 0.47 0.06
HSL 331.7º 0.88% 0.53% -
HSV(B) 331.7º 0.88% 0.94% -
XYZ 40.25 20.91 22.34 -
YUV 102.79 142.24 225.87 -
System Red Green Blue C M Y K H S L
Decimal 240 28 128 0 0.88 0.47 0.06 331.7 0.88 0.53
Hex F0 1C 80 0 58 2F 6 14C 58 35
Octal 360 34 200 0 130 57 6 514 130 65
Binary 11110000 11100 10000000 0 1011000 101111 110 101001100 1011000 110101

Color Harmonies of #F01C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C80

Black with #F01C80

Text Example


Text Example

White with #F01C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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