Html Css Color HEX #FC1282 Deep Pink

📋 copy color: '#FC1282'

red 252 ◦ green 18 ◦ blue 130

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

Shades of Deep Pink #FC1282

Tints of Deep Pink #FC1282

RGB

 RED value IS 252 (98.83% from 255) = 63%

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

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

R = 63%
G = 4.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC1282 (or 0xFC1282) is known color: Deep Pink. HEX triplet: FC, 12 and 82. RGB value is (252,18,130). Sum of RGB (Red+Green+Blue) = 252+18+130=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1282 is #03ED7D. Grayscale: #646464. Windows color (decimal): -257406 or 8524540. OLE color: 8524540.

HSL color Cylindrical-coordinate representation of color #FC1282: hue angle of 331.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1282 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 18 130 -
CMYK 0 0.93 0.48 0.01
HSL 331.28º 0.98% 0.53% -
HSV(B) 331.28º 0.93% 0.99% -
XYZ 44.39 22.74 23.17 -
YUV 100.73 144.52 235.89 -
System Red Green Blue C M Y K H S L
Decimal 252 18 130 0 0.93 0.48 0.01 331.28 0.98 0.53
Hex FC 12 82 0 5D 30 1 14B 62 35
Octal 374 22 202 0 135 60 1 513 142 65
Binary 11111100 10010 10000010 0 1011101 110000 1 101001011 1100010 110101

Color Harmonies of #FC1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1282

Black with #FC1282

Text Example


Text Example

White with #FC1282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1282; }

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

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

background-color css

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

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

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

border-color css

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

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

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