Html Css Color HEX #FC107F Deep Pink

📋 copy color: '#FC107F'

red 252 ◦ green 16 ◦ blue 127

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

Shades of Deep Pink #FC107F

Tints of Deep Pink #FC107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 63.8%
G = 4.05%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC107F (or 0xFC107F) is known color: Deep Pink. HEX triplet: FC, 10 and 7F. RGB value is (252,16,127). Sum of RGB (Red+Green+Blue) = 252+16+127=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC107F is #03EF80. Grayscale: #636363. Windows color (decimal): -257921 or 8327420. OLE color: 8327420.

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

Color convert

RGB 252 16 127 -
CMYK 0 0.94 0.50 0.01
HSL 331.78º 0.98% 0.53% -
HSV(B) 331.78º 0.94% 0.99% -
XYZ 44.16 22.6 22.11 -
YUV 99.22 143.69 236.97 -
System Red Green Blue C M Y K H S L
Decimal 252 16 127 0 0.94 0.50 0.01 331.78 0.98 0.53
Hex FC 10 7F 0 5E 32 1 14C 62 35
Octal 374 20 177 0 136 62 1 514 142 65
Binary 11111100 10000 1111111 0 1011110 110010 1 101001100 1100010 110101

Color Harmonies of #FC107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC107F

Black with #FC107F

Text Example


Text Example

White with #FC107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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