Html Css Color HEX #FD93F2 Pale Magenta

📋 copy color: '#FD93F2'

red 253 ◦ green 147 ◦ blue 242

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

Shades of Pale Magenta #FD93F2

Tints of Pale Magenta #FD93F2

RGB

 RED value IS 253 (99.22% from 255) = 39.41%

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

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

R = 39.41%
G = 22.9%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD93F2 (or 0xFD93F2) is known color: Pale Magenta. HEX triplet: FD, 93 and F2. RGB value is (253,147,242). Sum of RGB (Red+Green+Blue) = 253+147+242=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93F2 is #026C0D. Grayscale: #BDBDBD. Windows color (decimal): -158734 or 15897597. OLE color: 15897597.

HSL color Cylindrical-coordinate representation of color #FD93F2: hue angle of 306.23º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93F2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 147 242 -
CMYK 0 0.42 0.04 0.01
HSL 306.23º 0.96% 0.78% -
HSV(B) 306.23º 0.42% 0.99% -
XYZ 66.97 48.16 89.77 -
YUV 189.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 253 147 242 0 0.42 0.04 0.01 306.23 0.96 0.78
Hex FD 93 F2 0 2A 4 1 132 60 4E
Octal 375 223 362 0 52 4 1 462 140 116
Binary 11111101 10010011 11110010 0 101010 100 1 100110010 1100000 1001110

Color Harmonies of #FD93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD93F2

Black with #FD93F2

Text Example


Text Example

White with #FD93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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