Html Css Color HEX #FF85F1 Pale Magenta

📋 copy color: '#FF85F1'

red 255 ◦ green 133 ◦ blue 241

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

Shades of Pale Magenta #FF85F1

Tints of Pale Magenta #FF85F1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.14%

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

R = 40.54%
G = 21.14%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF85F1 (or 0xFF85F1) is known color: Pale Magenta. HEX triplet: FF, 85 and F1. RGB value is (255,133,241). Sum of RGB (Red+Green+Blue) = 255+133+241=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85F1 is #007A0E. Grayscale: #B5B5B5. Windows color (decimal): -31247 or 15828479. OLE color: 15828479.

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

Color convert

RGB 255 133 241 -
CMYK 0 0.48 0.05 0
HSL 306.89º 1% 0.76% -
HSV(B) 306.89º 0.48% 1% -
XYZ 65.5 44.39 88.33 -
YUV 181.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 255 133 241 0 0.48 0.05 0 306.89 1 0.76
Hex FF 85 F1 0 30 5 0 133 64 4C
Octal 377 205 361 0 60 5 0 463 144 114
Binary 11111111 10000101 11110001 0 110000 101 0 100110011 1100100 1001100

Color Harmonies of #FF85F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85F1

Black with #FF85F1

Text Example


Text Example

White with #FF85F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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