Html Css Color HEX #FC127A Deep Pink

📋 copy color: '#FC127A'

red 252 ◦ green 18 ◦ blue 122

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

Shades of Deep Pink #FC127A

Tints of Deep Pink #FC127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 64.29%
G = 4.59%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC127A (or 0xFC127A) is known color: Deep Pink. HEX triplet: FC, 12 and 7A. RGB value is (252,18,122). Sum of RGB (Red+Green+Blue) = 252+18+122=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC127A is #03ED85. Grayscale: #636363. Windows color (decimal): -257414 or 8000252. OLE color: 8000252.

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

Color convert

RGB 252 18 122 -
CMYK 0 0.93 0.52 0.01
HSL 333.33º 0.98% 0.53% -
HSV(B) 333.33º 0.93% 0.99% -
XYZ 43.87 22.53 20.45 -
YUV 99.82 140.52 236.54 -
System Red Green Blue C M Y K H S L
Decimal 252 18 122 0 0.93 0.52 0.01 333.33 0.98 0.53
Hex FC 12 7A 0 5D 34 1 14D 62 35
Octal 374 22 172 0 135 64 1 515 142 65
Binary 11111100 10010 1111010 0 1011101 110100 1 101001101 1100010 110101

Color Harmonies of #FC127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC127A

Black with #FC127A

Text Example


Text Example

White with #FC127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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