Html Css Color HEX #FE01CA Hot Magenta

📋 copy color: '#FE01CA'

red 254 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #FE01CA

Tints of Hot Magenta #FE01CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 55.58%
G = 0.22%
B = 44.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE01CA (or 0xFE01CA) is known color: Hot Magenta. HEX triplet: FE, 01 and CA. RGB value is (254,1,202). Sum of RGB (Red+Green+Blue) = 254+1+202=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01CA is #01FE35. Grayscale: #636363. Windows color (decimal): -130614 or 13238782. OLE color: 13238782.

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

Color convert

RGB 254 1 202 -
CMYK 0 1.00 0.20 0.00
HSL 312.33º 0.99% 0.5% -
HSV(B) 312.33º 1% 1% -
XYZ 51.54 25.36 58.05 -
YUV 99.56 185.82 238.16 -
System Red Green Blue C M Y K H S L
Decimal 254 1 202 0 1.00 0.20 0.00 312.33 0.99 0.5
Hex FE 1 CA 0 64 14 0 138 63 32
Octal 376 1 312 0 144 24 0 470 143 62
Binary 11111110 1 11001010 0 1100100 10100 0 100111000 1100011 110010

Color Harmonies of #FE01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01CA

Black with #FE01CA

Text Example


Text Example

White with #FE01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01CA; }

 p { color: rgb(254,1,202); }

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

background-color css

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

 a { background-color: rgb(254,1,202); }

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

border-color css

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

 span { border-color: rgb(254,1,202); }

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