Html Css Color HEX #F01682 Deep Pink

📋 copy color: '#F01682'

red 240 ◦ green 22 ◦ blue 130

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

Shades of Deep Pink #F01682

Tints of Deep Pink #F01682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.61%

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

R = 61.22%
G = 5.61%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F01682 (or 0xF01682) is known color: Deep Pink. HEX triplet: F0, 16 and 82. RGB value is (240,22,130). Sum of RGB (Red+Green+Blue) = 240+22+130=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F01682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01682 is #0FE97D. Grayscale: #636363. Windows color (decimal): -1042814 or 8525552. OLE color: 8525552.

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

Color convert

RGB 240 22 130 -
CMYK 0 0.91 0.46 0.06
HSL 330.28º 0.88% 0.51% -
HSV(B) 330.28º 0.91% 0.94% -
XYZ 40.25 20.71 23 -
YUV 99.49 145.22 228.22 -
System Red Green Blue C M Y K H S L
Decimal 240 22 130 0 0.91 0.46 0.06 330.28 0.88 0.51
Hex F0 16 82 0 5B 2E 6 14A 58 33
Octal 360 26 202 0 133 56 6 512 130 63
Binary 11110000 10110 10000010 0 1011011 101110 110 101001010 1011000 110011

Color Harmonies of #F01682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01682

Black with #F01682

Text Example


Text Example

White with #F01682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01682; }

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

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

background-color css

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

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

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

border-color css

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

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

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