Html Css Color HEX #FC1285 Deep Pink

📋 copy color: '#FC1285'

red 252 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #FC1285

Tints of Deep Pink #FC1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 62.53%
G = 4.47%
B = 33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC1285 (or 0xFC1285) is known color: Deep Pink. HEX triplet: FC, 12 and 85. RGB value is (252,18,133). Sum of RGB (Red+Green+Blue) = 252+18+133=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1285 is #03ED7A. Grayscale: #646464. Windows color (decimal): -257403 or 8721148. OLE color: 8721148.

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

Color convert

RGB 252 18 133 -
CMYK 0 0.93 0.47 0.01
HSL 330.51º 0.98% 0.53% -
HSV(B) 330.51º 0.93% 0.99% -
XYZ 44.59 22.82 24.24 -
YUV 101.08 146.02 235.65 -
System Red Green Blue C M Y K H S L
Decimal 252 18 133 0 0.93 0.47 0.01 330.51 0.98 0.53
Hex FC 12 85 0 5D 2F 1 14B 62 35
Octal 374 22 205 0 135 57 1 513 142 65
Binary 11111100 10010 10000101 0 1011101 101111 1 101001011 1100010 110101

Color Harmonies of #FC1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1285

Black with #FC1285

Text Example


Text Example

White with #FC1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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