Html Css Color HEX #FD83F2 Pale Magenta

📋 copy color: '#FD83F2'

red 253 ◦ green 131 ◦ blue 242

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

Shades of Pale Magenta #FD83F2

Tints of Pale Magenta #FD83F2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.93%

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

R = 40.42%
G = 20.93%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD83F2 (or 0xFD83F2) is known color: Pale Magenta. HEX triplet: FD, 83 and F2. RGB value is (253,131,242). Sum of RGB (Red+Green+Blue) = 253+131+242=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 131 (51.56% from 255 or 20.93% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83F2 is #027C0D. Grayscale: #B3B3B3. Windows color (decimal): -162830 or 15893501. OLE color: 15893501.

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

Color convert

RGB 253 131 242 -
CMYK 0 0.48 0.04 0.01
HSL 305.41º 0.97% 0.75% -
HSV(B) 305.41º 0.48% 0.99% -
XYZ 64.65 43.53 89 -
YUV 180.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 253 131 242 0 0.48 0.04 0.01 305.41 0.97 0.75
Hex FD 83 F2 0 30 4 1 131 61 4B
Octal 375 203 362 0 60 4 1 461 141 113
Binary 11111101 10000011 11110010 0 110000 100 1 100110001 1100001 1001011

Color Harmonies of #FD83F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD83F2

Black with #FD83F2

Text Example


Text Example

White with #FD83F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD83F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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