Html Css Color HEX #FE8BF4 Pale Magenta

📋 copy color: '#FE8BF4'

red 254 ◦ green 139 ◦ blue 244

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

Shades of Pale Magenta #FE8BF4

Tints of Pale Magenta #FE8BF4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.82%

 BLUE value IS 244 (95.7% from 255) = 38.3%

R = 39.87%
G = 21.82%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE8BF4 (or 0xFE8BF4) is known color: Pale Magenta. HEX triplet: FE, 8B and F4. RGB value is (254,139,244). Sum of RGB (Red+Green+Blue) = 254+139+244=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 139 (54.69% from 255 or 21.82% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BF4 is #01740B. Grayscale: #B9B9B9. Windows color (decimal): -95244 or 16026622. OLE color: 16026622.

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

Color convert

RGB 254 139 244 -
CMYK 0 0.45 0.04 0.00
HSL 305.22º 0.98% 0.77% -
HSV(B) 305.22º 0.45% 1% -
XYZ 66.43 46.07 90.98 -
YUV 185.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 254 139 244 0 0.45 0.04 0.00 305.22 0.98 0.77
Hex FE 8B F4 0 2D 4 0 131 62 4D
Octal 376 213 364 0 55 4 0 461 142 115
Binary 11111110 10001011 11110100 0 101101 100 0 100110001 1100010 1001101

Color Harmonies of #FE8BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BF4

Black with #FE8BF4

Text Example


Text Example

White with #FE8BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BF4; }

 p { color: rgb(254,139,244); }

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

background-color css

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

 a { background-color: rgb(254,139,244); }

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

border-color css

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

 span { border-color: rgb(254,139,244); }

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