Html Css Color HEX #FE1A9C Deep Pink

📋 copy color: '#FE1A9C'

red 254 ◦ green 26 ◦ blue 156

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

Shades of Deep Pink #FE1A9C

Tints of Deep Pink #FE1A9C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.96%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 58.26%
G = 5.96%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE1A9C (or 0xFE1A9C) is known color: Deep Pink. HEX triplet: FE, 1A and 9C. RGB value is (254,26,156). Sum of RGB (Red+Green+Blue) = 254+26+156=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1A9C is #01E563. Grayscale: #6C6C6C. Windows color (decimal): -124260 or 10230526. OLE color: 10230526.

HSL color Cylindrical-coordinate representation of color #FE1A9C: hue angle of 325.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1A9C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 156 -
CMYK 0 0.90 0.39 0.00
HSL 325.79º 0.99% 0.55% -
HSV(B) 325.79º 0.9% 1% -
XYZ 47.24 24.21 33.64 -
YUV 108.99 154.54 231.43 -
System Red Green Blue C M Y K H S L
Decimal 254 26 156 0 0.90 0.39 0.00 325.79 0.99 0.55
Hex FE 1A 9C 0 5A 27 0 146 63 37
Octal 376 32 234 0 132 47 0 506 143 67
Binary 11111110 11010 10011100 0 1011010 100111 0 101000110 1100011 110111

Color Harmonies of #FE1A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1A9C

Black with #FE1A9C

Text Example


Text Example

White with #FE1A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1A9C; }

 p { color: rgb(254,26,156); }

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

background-color css

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

 a { background-color: rgb(254,26,156); }

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

border-color css

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

 span { border-color: rgb(254,26,156); }

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