Html Css Color HEX #FC127B Deep Pink

📋 copy color: '#FC127B'

red 252 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #FC127B

Tints of Deep Pink #FC127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 64.12%
G = 4.58%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC127B (or 0xFC127B) is known color: Deep Pink. HEX triplet: FC, 12 and 7B. RGB value is (252,18,123). Sum of RGB (Red+Green+Blue) = 252+18+123=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC127B is #03ED84. Grayscale: #636363. Windows color (decimal): -257413 or 8065788. OLE color: 8065788.

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

Color convert

RGB 252 18 123 -
CMYK 0 0.93 0.51 0.01
HSL 333.08º 0.98% 0.53% -
HSV(B) 333.08º 0.93% 0.99% -
XYZ 43.94 22.56 20.78 -
YUV 99.94 141.02 236.46 -
System Red Green Blue C M Y K H S L
Decimal 252 18 123 0 0.93 0.51 0.01 333.08 0.98 0.53
Hex FC 12 7B 0 5D 33 1 14D 62 35
Octal 374 22 173 0 135 63 1 515 142 65
Binary 11111100 10010 1111011 0 1011101 110011 1 101001101 1100010 110101

Color Harmonies of #FC127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC127B

Black with #FC127B

Text Example


Text Example

White with #FC127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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