Html Css Color HEX #F01280 Deep Pink

📋 copy color: '#F01280'

red 240 ◦ green 18 ◦ blue 128

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

Shades of Deep Pink #F01280

Tints of Deep Pink #F01280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

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

R = 62.18%
G = 4.66%
B = 33.16%

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

#F01280 (or 0xF01280) is known color: Deep Pink. HEX triplet: F0, 12 and 80. RGB value is (240,18,128). Sum of RGB (Red+Green+Blue) = 240+18+128=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F01280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01280 is #0FED7F. Grayscale: #606060. Windows color (decimal): -1043840 or 8393456. OLE color: 8393456.

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

Color convert

RGB 240 18 128 -
CMYK 0 0.92 0.47 0.06
HSL 330.27º 0.88% 0.51% -
HSV(B) 330.27º 0.93% 0.94% -
XYZ 40.05 20.52 22.27 -
YUV 96.92 145.55 230.06 -
System Red Green Blue C M Y K H S L
Decimal 240 18 128 0 0.92 0.47 0.06 330.27 0.88 0.51
Hex F0 12 80 0 5C 2F 6 14A 58 33
Octal 360 22 200 0 134 57 6 512 130 63
Binary 11110000 10010 10000000 0 1011100 101111 110 101001010 1011000 110011

Color Harmonies of #F01280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01280

Black with #F01280

Text Example


Text Example

White with #F01280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01280; }

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

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

background-color css

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

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

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

border-color css

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

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

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