Html Css Color HEX #FC1287 Deep Pink

📋 copy color: '#FC1287'

red 252 ◦ green 18 ◦ blue 135

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

Shades of Deep Pink #FC1287

Tints of Deep Pink #FC1287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 62.22%
G = 4.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC1287 (or 0xFC1287) is known color: Deep Pink. HEX triplet: FC, 12 and 87. RGB value is (252,18,135). Sum of RGB (Red+Green+Blue) = 252+18+135=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1287 is #03ED78. Grayscale: #656565. Windows color (decimal): -257401 or 8852220. OLE color: 8852220.

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

Color convert

RGB 252 18 135 -
CMYK 0 0.93 0.46 0.01
HSL 330º 0.98% 0.53% -
HSV(B) 330º 0.93% 0.99% -
XYZ 44.73 22.88 24.98 -
YUV 101.3 147.02 235.49 -
System Red Green Blue C M Y K H S L
Decimal 252 18 135 0 0.93 0.46 0.01 330 0.98 0.53
Hex FC 12 87 0 5D 2E 1 14A 62 35
Octal 374 22 207 0 135 56 1 512 142 65
Binary 11111100 10010 10000111 0 1011101 101110 1 101001010 1100010 110101

Color Harmonies of #FC1287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1287

Black with #FC1287

Text Example


Text Example

White with #FC1287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1287; }

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

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

background-color css

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

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

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

border-color css

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

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

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