Html Css Color HEX #F01880 Deep Pink

📋 copy color: '#F01880'

red 240 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #F01880

Tints of Deep Pink #F01880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

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

R = 61.22%
G = 6.12%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F01880 (or 0xF01880) is known color: Deep Pink. HEX triplet: F0, 18 and 80. RGB value is (240,24,128). Sum of RGB (Red+Green+Blue) = 240+24+128=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F01880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01880 is #0FE77F. Grayscale: #646464. Windows color (decimal): -1042304 or 8394992. OLE color: 8394992.

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

Color convert

RGB 240 24 128 -
CMYK 0 0.9 0.47 0.06
HSL 331.11º 0.88% 0.52% -
HSV(B) 331.11º 0.9% 0.94% -
XYZ 40.16 20.74 22.31 -
YUV 100.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 240 24 128 0 0.9 0.47 0.06 331.11 0.88 0.52
Hex F0 18 80 0 5A 2F 6 14B 58 34
Octal 360 30 200 0 132 57 6 513 130 64
Binary 11110000 11000 10000000 0 1011010 101111 110 101001011 1011000 110100

Color Harmonies of #F01880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01880

Black with #F01880

Text Example


Text Example

White with #F01880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01880; }

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

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

background-color css

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

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

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

border-color css

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

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

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