Html Css Color HEX #F01082 Deep Pink

📋 copy color: '#F01082'

red 240 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #F01082

Tints of Deep Pink #F01082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.15%

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 62.18%
G = 4.15%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F01082 (or 0xF01082) is known color: Deep Pink. HEX triplet: F0, 10 and 82. RGB value is (240,16,130). Sum of RGB (Red+Green+Blue) = 240+16+130=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F01082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01082 is #0FEF7D. Grayscale: #5F5F5F. Windows color (decimal): -1044350 or 8524016. OLE color: 8524016.

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

Color convert

RGB 240 16 130 -
CMYK 0 0.93 0.46 0.06
HSL 329.46º 0.88% 0.5% -
HSV(B) 329.46º 0.93% 0.94% -
XYZ 40.15 20.51 22.96 -
YUV 95.97 147.21 230.73 -
System Red Green Blue C M Y K H S L
Decimal 240 16 130 0 0.93 0.46 0.06 329.46 0.88 0.5
Hex F0 10 82 0 5D 2E 6 149 58 32
Octal 360 20 202 0 135 56 6 511 130 62
Binary 11110000 10000 10000010 0 1011101 101110 110 101001001 1011000 110010

Color Harmonies of #F01082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01082

Black with #F01082

Text Example


Text Example

White with #F01082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01082; }

 p { color: rgb(240,16,130); }

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

background-color css

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

 a { background-color: rgb(240,16,130); }

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

border-color css

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

 span { border-color: rgb(240,16,130); }

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