Html Css Color HEX #FE85F2 Pale Magenta

📋 copy color: '#FE85F2'

red 254 ◦ green 133 ◦ blue 242

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

Shades of Pale Magenta #FE85F2

Tints of Pale Magenta #FE85F2

RGB

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

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

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

R = 40.38%
G = 21.14%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE85F2 (or 0xFE85F2) is known color: Pale Magenta. HEX triplet: FE, 85 and F2. RGB value is (254,133,242). Sum of RGB (Red+Green+Blue) = 254+133+242=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85F2 is #017A0D. Grayscale: #B5B5B5. Windows color (decimal): -96782 or 15894014. OLE color: 15894014.

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

Color convert

RGB 254 133 242 -
CMYK 0 0.48 0.05 0.00
HSL 305.95º 0.98% 0.76% -
HSV(B) 305.95º 0.48% 1% -
XYZ 65.29 44.26 89.11 -
YUV 181.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 254 133 242 0 0.48 0.05 0.00 305.95 0.98 0.76
Hex FE 85 F2 0 30 5 0 132 62 4C
Octal 376 205 362 0 60 5 0 462 142 114
Binary 11111110 10000101 11110010 0 110000 101 0 100110010 1100010 1001100

Color Harmonies of #FE85F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85F2

Black with #FE85F2

Text Example


Text Example

White with #FE85F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85F2; }

 p { color: rgb(254,133,242); }

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

background-color css

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

 a { background-color: rgb(254,133,242); }

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

border-color css

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

 span { border-color: rgb(254,133,242); }

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