Html Css Color HEX #FC127D Deep Pink

📋 copy color: '#FC127D'

red 252 ◦ green 18 ◦ blue 125

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

Shades of Deep Pink #FC127D

Tints of Deep Pink #FC127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 63.8%
G = 4.56%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC127D (or 0xFC127D) is known color: Deep Pink. HEX triplet: FC, 12 and 7D. RGB value is (252,18,125). Sum of RGB (Red+Green+Blue) = 252+18+125=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC127D is #03ED82. Grayscale: #636363. Windows color (decimal): -257411 or 8196860. OLE color: 8196860.

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

Color convert

RGB 252 18 125 -
CMYK 0 0.93 0.50 0.01
HSL 332.56º 0.98% 0.53% -
HSV(B) 332.56º 0.93% 0.99% -
XYZ 44.06 22.61 21.44 -
YUV 100.16 142.02 236.3 -
System Red Green Blue C M Y K H S L
Decimal 252 18 125 0 0.93 0.50 0.01 332.56 0.98 0.53
Hex FC 12 7D 0 5D 32 1 14D 62 35
Octal 374 22 175 0 135 62 1 515 142 65
Binary 11111100 10010 1111101 0 1011101 110010 1 101001101 1100010 110101

Color Harmonies of #FC127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC127D

Black with #FC127D

Text Example


Text Example

White with #FC127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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