Html Css Color HEX #FE107C Deep Pink

📋 copy color: '#FE107C'

red 254 ◦ green 16 ◦ blue 124

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

Shades of Deep Pink #FE107C

Tints of Deep Pink #FE107C

RGB

 RED value IS 254 (99.61% from 255) = 64.47%

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 64.47%
G = 4.06%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE107C (or 0xFE107C) is known color: Deep Pink. HEX triplet: FE, 10 and 7C. RGB value is (254,16,124). Sum of RGB (Red+Green+Blue) = 254+16+124=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE107C is #01EF83. Grayscale: #636363. Windows color (decimal): -126852 or 8130814. OLE color: 8130814.

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

Color convert

RGB 254 16 124 -
CMYK 0 0.94 0.51 0.00
HSL 332.77º 0.99% 0.53% -
HSV(B) 332.77º 0.94% 1% -
XYZ 44.7 22.9 21.13 -
YUV 99.47 141.85 238.22 -
System Red Green Blue C M Y K H S L
Decimal 254 16 124 0 0.94 0.51 0.00 332.77 0.99 0.53
Hex FE 10 7C 0 5E 33 0 14D 63 35
Octal 376 20 174 0 136 63 0 515 143 65
Binary 11111110 10000 1111100 0 1011110 110011 0 101001101 1100011 110101

Color Harmonies of #FE107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE107C

Black with #FE107C

Text Example


Text Example

White with #FE107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE107C; }

 p { color: rgb(254,16,124); }

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

background-color css

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

 a { background-color: rgb(254,16,124); }

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

border-color css

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

 span { border-color: rgb(254,16,124); }

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