Html Css Color HEX #FE93F0 Pale Magenta

📋 copy color: '#FE93F0'

red 254 ◦ green 147 ◦ blue 240

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

Shades of Pale Magenta #FE93F0

Tints of Pale Magenta #FE93F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.44%

R = 39.63%
G = 22.93%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE93F0 (or 0xFE93F0) is known color: Pale Magenta. HEX triplet: FE, 93 and F0. RGB value is (254,147,240). Sum of RGB (Red+Green+Blue) = 254+147+240=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93F0 is #016C0F. Grayscale: #BDBDBD. Windows color (decimal): -93200 or 15766526. OLE color: 15766526.

HSL color Cylindrical-coordinate representation of color #FE93F0: hue angle of 307.85º 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 #FE93F0 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 147 240 -
CMYK 0 0.42 0.06 0.00
HSL 307.85º 0.98% 0.79% -
HSV(B) 307.85º 0.42% 1% -
XYZ 67.03 48.23 88.21 -
YUV 189.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 254 147 240 0 0.42 0.06 0.00 307.85 0.98 0.79
Hex FE 93 F0 0 2A 6 0 134 62 4F
Octal 376 223 360 0 52 6 0 464 142 117
Binary 11111110 10010011 11110000 0 101010 110 0 100110100 1100010 1001111

Color Harmonies of #FE93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93F0

Black with #FE93F0

Text Example


Text Example

White with #FE93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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