Html Css Color HEX #F01481 Deep Pink

📋 copy color: '#F01481'

red 240 ◦ green 20 ◦ blue 129

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

Shades of Deep Pink #F01481

Tints of Deep Pink #F01481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.14%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 61.7%
G = 5.14%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F01481 (or 0xF01481) is known color: Deep Pink. HEX triplet: F0, 14 and 81. RGB value is (240,20,129). Sum of RGB (Red+Green+Blue) = 240+20+129=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F01481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01481 is #0FEB7E. Grayscale: #616161. Windows color (decimal): -1043327 or 8459504. OLE color: 8459504.

HSL color Cylindrical-coordinate representation of color #F01481: 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.92%. Process color model (Four color, CMYK) of #F01481 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 129 -
CMYK 0 0.92 0.46 0.06
HSL 330.27º 0.88% 0.51% -
HSV(B) 330.27º 0.92% 0.94% -
XYZ 40.15 20.61 22.63 -
YUV 98.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 240 20 129 0 0.92 0.46 0.06 330.27 0.88 0.51
Hex F0 14 81 0 5C 2E 6 14A 58 33
Octal 360 24 201 0 134 56 6 512 130 63
Binary 11110000 10100 10000001 0 1011100 101110 110 101001010 1011000 110011

Color Harmonies of #F01481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01481

Black with #F01481

Text Example


Text Example

White with #F01481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01481; }

 p { color: rgb(240,20,129); }

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

background-color css

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

 a { background-color: rgb(240,20,129); }

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

border-color css

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

 span { border-color: rgb(240,20,129); }

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