Html Css Color HEX #FF83F1 Pale Magenta

📋 copy color: '#FF83F1'

red 255 ◦ green 131 ◦ blue 241

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

Shades of Pale Magenta #FF83F1

Tints of Pale Magenta #FF83F1

RGB

 RED value IS 255 (100% from 255) = 40.67%

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

 BLUE value IS 241 (94.53% from 255) = 38.44%

R = 40.67%
G = 20.89%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF83F1 (or 0xFF83F1) is known color: Pale Magenta. HEX triplet: FF, 83 and F1. RGB value is (255,131,241). Sum of RGB (Red+Green+Blue) = 255+131+241=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 131 (51.56% from 255 or 20.89% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F1 is #007C0E. Grayscale: #B4B4B4. Windows color (decimal): -31759 or 15827967. OLE color: 15827967.

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

Color convert

RGB 255 131 241 -
CMYK 0 0.49 0.05 0
HSL 306.77º 1% 0.76% -
HSV(B) 306.77º 0.49% 1% -
XYZ 65.23 43.84 88.24 -
YUV 180.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 255 131 241 0 0.49 0.05 0 306.77 1 0.76
Hex FF 83 F1 0 31 5 0 133 64 4C
Octal 377 203 361 0 61 5 0 463 144 114
Binary 11111111 10000011 11110001 0 110001 101 0 100110011 1100100 1001100

Color Harmonies of #FF83F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83F1

Black with #FF83F1

Text Example


Text Example

White with #FF83F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83F1; }

 p { color: rgb(255,131,241); }

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

background-color css

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

 a { background-color: rgb(255,131,241); }

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

border-color css

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

 span { border-color: rgb(255,131,241); }

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