Html Css Color HEX #F81882 Deep Pink

📋 copy color: '#F81882'

red 248 ◦ green 24 ◦ blue 130

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

Shades of Deep Pink #F81882

Tints of Deep Pink #F81882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.97%

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

R = 61.69%
G = 5.97%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81882 (or 0xF81882) is known color: Deep Pink. HEX triplet: F8, 18 and 82. RGB value is (248,24,130). Sum of RGB (Red+Green+Blue) = 248+24+130=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F81882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81882 is #07E77D. Grayscale: #666666. Windows color (decimal): -518014 or 8526072. OLE color: 8526072.

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

Color convert

RGB 248 24 130 -
CMYK 0 0.90 0.48 0.03
HSL 331.61º 0.94% 0.53% -
HSV(B) 331.61º 0.9% 0.97% -
XYZ 43.07 22.22 23.14 -
YUV 103.06 143.21 231.38 -
System Red Green Blue C M Y K H S L
Decimal 248 24 130 0 0.90 0.48 0.03 331.61 0.94 0.53
Hex F8 18 82 0 5A 30 3 14C 5E 35
Octal 370 30 202 0 132 60 3 514 136 65
Binary 11111000 11000 10000010 0 1011010 110000 11 101001100 1011110 110101

Color Harmonies of #F81882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81882

Black with #F81882

Text Example


Text Example

White with #F81882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81882; }

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

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

background-color css

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

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

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

border-color css

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

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

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