Html Css Color HEX #FC1289 Deep Pink

📋 copy color: '#FC1289'

red 252 ◦ green 18 ◦ blue 137

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

Shades of Deep Pink #FC1289

Tints of Deep Pink #FC1289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 61.92%
G = 4.42%
B = 33.66%

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

#FC1289 (or 0xFC1289) is known color: Deep Pink. HEX triplet: FC, 12 and 89. RGB value is (252,18,137). Sum of RGB (Red+Green+Blue) = 252+18+137=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1289 is #03ED76. Grayscale: #656565. Windows color (decimal): -257399 or 8983292. OLE color: 8983292.

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

Color convert

RGB 252 18 137 -
CMYK 0 0.93 0.46 0.01
HSL 329.49º 0.98% 0.53% -
HSV(B) 329.49º 0.93% 0.99% -
XYZ 44.88 22.93 25.73 -
YUV 101.53 148.02 235.32 -
System Red Green Blue C M Y K H S L
Decimal 252 18 137 0 0.93 0.46 0.01 329.49 0.98 0.53
Hex FC 12 89 0 5D 2E 1 149 62 35
Octal 374 22 211 0 135 56 1 511 142 65
Binary 11111100 10010 10001001 0 1011101 101110 1 101001001 1100010 110101

Color Harmonies of #FC1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1289

Black with #FC1289

Text Example


Text Example

White with #FC1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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