Html Css Color HEX #F81282 Deep Pink

📋 copy color: '#F81282'

red 248 ◦ green 18 ◦ blue 130

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

Shades of Deep Pink #F81282

Tints of Deep Pink #F81282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.55%

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

R = 62.63%
G = 4.55%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81282 (or 0xF81282) is known color: Deep Pink. HEX triplet: F8, 12 and 82. RGB value is (248,18,130). Sum of RGB (Red+Green+Blue) = 248+18+130=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F81282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81282 is #07ED7D. Grayscale: #636363. Windows color (decimal): -519550 or 8524536. OLE color: 8524536.

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

Color convert

RGB 248 18 130 -
CMYK 0 0.93 0.48 0.03
HSL 330.78º 0.94% 0.52% -
HSV(B) 330.78º 0.93% 0.97% -
XYZ 42.96 22 23.1 -
YUV 99.54 145.2 233.89 -
System Red Green Blue C M Y K H S L
Decimal 248 18 130 0 0.93 0.48 0.03 330.78 0.94 0.52
Hex F8 12 82 0 5D 30 3 14B 5E 34
Octal 370 22 202 0 135 60 3 513 136 64
Binary 11111000 10010 10000010 0 1011101 110000 11 101001011 1011110 110100

Color Harmonies of #F81282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81282

Black with #F81282

Text Example


Text Example

White with #F81282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81282; }

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

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

background-color css

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

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

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

border-color css

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

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

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