Html Css Color HEX #F81782 Deep Pink

📋 copy color: '#F81782'

red 248 ◦ green 23 ◦ blue 130

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

Shades of Deep Pink #F81782

Tints of Deep Pink #F81782

RGB

 RED value IS 248 (97.27% from 255) = 61.85%

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

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

R = 61.85%
G = 5.74%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81782 (or 0xF81782) is known color: Deep Pink. HEX triplet: F8, 17 and 82. RGB value is (248,23,130). Sum of RGB (Red+Green+Blue) = 248+23+130=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81782 is #07E87D. Grayscale: #666666. Windows color (decimal): -518270 or 8525816. OLE color: 8525816.

HSL color Cylindrical-coordinate representation of color #F81782: hue angle of 331.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81782 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 23 130 -
CMYK 0 0.91 0.48 0.03
HSL 331.47º 0.94% 0.53% -
HSV(B) 331.47º 0.91% 0.97% -
XYZ 43.05 22.18 23.13 -
YUV 102.47 143.54 231.8 -
System Red Green Blue C M Y K H S L
Decimal 248 23 130 0 0.91 0.48 0.03 331.47 0.94 0.53
Hex F8 17 82 0 5B 30 3 14B 5E 35
Octal 370 27 202 0 133 60 3 513 136 65
Binary 11111000 10111 10000010 0 1011011 110000 11 101001011 1011110 110101

Color Harmonies of #F81782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81782

Black with #F81782

Text Example


Text Example

White with #F81782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81782; }

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

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

background-color css

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

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

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

border-color css

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

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

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