Html Css Color HEX #F01380 Deep Pink

📋 copy color: '#F01380'

red 240 ◦ green 19 ◦ blue 128

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

Shades of Deep Pink #F01380

Tints of Deep Pink #F01380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

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

R = 62.02%
G = 4.91%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F01380 (or 0xF01380) is known color: Deep Pink. HEX triplet: F0, 13 and 80. RGB value is (240,19,128). Sum of RGB (Red+Green+Blue) = 240+19+128=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F01380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01380 is #0FEC7F. Grayscale: #616161. Windows color (decimal): -1043584 or 8393712. OLE color: 8393712.

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

Color convert

RGB 240 19 128 -
CMYK 0 0.92 0.47 0.06
HSL 330.41º 0.88% 0.51% -
HSV(B) 330.41º 0.92% 0.94% -
XYZ 40.06 20.55 22.28 -
YUV 97.51 145.22 229.64 -
System Red Green Blue C M Y K H S L
Decimal 240 19 128 0 0.92 0.47 0.06 330.41 0.88 0.51
Hex F0 13 80 0 5C 2F 6 14A 58 33
Octal 360 23 200 0 134 57 6 512 130 63
Binary 11110000 10011 10000000 0 1011100 101111 110 101001010 1011000 110011

Color Harmonies of #F01380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01380

Black with #F01380

Text Example


Text Example

White with #F01380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01380; }

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

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

background-color css

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

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

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

border-color css

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

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

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