Html Css Color HEX #FC107E Deep Pink

📋 copy color: '#FC107E'

red 252 ◦ green 16 ◦ blue 126

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

Shades of Deep Pink #FC107E

Tints of Deep Pink #FC107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.06%

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 63.96%
G = 4.06%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC107E (or 0xFC107E) is known color: Deep Pink. HEX triplet: FC, 10 and 7E. RGB value is (252,16,126). Sum of RGB (Red+Green+Blue) = 252+16+126=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC107E is #03EF81. Grayscale: #626262. Windows color (decimal): -257922 or 8261884. OLE color: 8261884.

HSL color Cylindrical-coordinate representation of color #FC107E: hue angle of 332.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC107E is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 16 126 -
CMYK 0 0.94 0.5 0.01
HSL 332.03º 0.98% 0.53% -
HSV(B) 332.03º 0.94% 0.99% -
XYZ 44.1 22.57 21.77 -
YUV 99.1 143.19 237.06 -
System Red Green Blue C M Y K H S L
Decimal 252 16 126 0 0.94 0.5 0.01 332.03 0.98 0.53
Hex FC 10 7E 0 5E 32 1 14C 62 35
Octal 374 20 176 0 136 62 1 514 142 65
Binary 11111100 10000 1111110 0 1011110 110010 1 101001100 1100010 110101

Color Harmonies of #FC107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC107E

Black with #FC107E

Text Example


Text Example

White with #FC107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC107E; }

 p { color: rgb(252,16,126); }

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

background-color css

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

 a { background-color: rgb(252,16,126); }

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

border-color css

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

 span { border-color: rgb(252,16,126); }

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