Html Css Color HEX #F01782 Deep Pink

📋 copy color: '#F01782'

red 240 ◦ green 23 ◦ blue 130

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

Shades of Deep Pink #F01782

Tints of Deep Pink #F01782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

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

R = 61.07%
G = 5.85%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F01782 (or 0xF01782) is known color: Deep Pink. HEX triplet: F0, 17 and 82. RGB value is (240,23,130). Sum of RGB (Red+Green+Blue) = 240+23+130=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01782 is #0FE87D. Grayscale: #636363. Windows color (decimal): -1042558 or 8525808. OLE color: 8525808.

HSL color Cylindrical-coordinate representation of color #F01782: hue angle of 330.41º 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 #F01782 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 130 -
CMYK 0 0.90 0.46 0.06
HSL 330.41º 0.88% 0.52% -
HSV(B) 330.41º 0.9% 0.94% -
XYZ 40.27 20.75 23 -
YUV 100.08 144.89 227.8 -
System Red Green Blue C M Y K H S L
Decimal 240 23 130 0 0.90 0.46 0.06 330.41 0.88 0.52
Hex F0 17 82 0 5A 2E 6 14A 58 34
Octal 360 27 202 0 132 56 6 512 130 64
Binary 11110000 10111 10000010 0 1011010 101110 110 101001010 1011000 110100

Color Harmonies of #F01782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01782

Black with #F01782

Text Example


Text Example

White with #F01782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01782; }

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

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

background-color css

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

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

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

border-color css

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

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

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