Html Css Color HEX #FE93F2 Pale Magenta

📋 copy color: '#FE93F2'

red 254 ◦ green 147 ◦ blue 242

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

Shades of Pale Magenta #FE93F2

Tints of Pale Magenta #FE93F2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.86%

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 39.5%
G = 22.86%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE93F2 (or 0xFE93F2) is known color: Pale Magenta. HEX triplet: FE, 93 and F2. RGB value is (254,147,242). Sum of RGB (Red+Green+Blue) = 254+147+242=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 147 (57.81% from 255 or 22.86% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93F2 is #016C0D. Grayscale: #BDBDBD. Windows color (decimal): -93198 or 15897598. OLE color: 15897598.

HSL color Cylindrical-coordinate representation of color #FE93F2: hue angle of 306.73º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93F2 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 147 242 -
CMYK 0 0.42 0.05 0.00
HSL 306.73º 0.98% 0.79% -
HSV(B) 306.73º 0.42% 1% -
XYZ 67.33 48.35 89.79 -
YUV 189.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 254 147 242 0 0.42 0.05 0.00 306.73 0.98 0.79
Hex FE 93 F2 0 2A 5 0 133 62 4F
Octal 376 223 362 0 52 5 0 463 142 117
Binary 11111110 10010011 11110010 0 101010 101 0 100110011 1100010 1001111

Color Harmonies of #FE93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93F2

Black with #FE93F2

Text Example


Text Example

White with #FE93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93F2; }

 p { color: rgb(254,147,242); }

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

background-color css

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

 a { background-color: rgb(254,147,242); }

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

border-color css

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

 span { border-color: rgb(254,147,242); }

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