Html Css Color HEX #FE95F2 Pale Magenta

📋 copy color: '#FE95F2'

red 254 ◦ green 149 ◦ blue 242

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

Shades of Pale Magenta #FE95F2

Tints of Pale Magenta #FE95F2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.1%

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

R = 39.38%
G = 23.1%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE95F2 (or 0xFE95F2) is known color: Pale Magenta. HEX triplet: FE, 95 and F2. RGB value is (254,149,242). Sum of RGB (Red+Green+Blue) = 254+149+242=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95F2 is #016A0D. Grayscale: #BEBEBE. Windows color (decimal): -92686 or 15898110. OLE color: 15898110.

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

Color convert

RGB 254 149 242 -
CMYK 0 0.41 0.05 0.00
HSL 306.86º 0.98% 0.79% -
HSV(B) 306.86º 0.41% 1% -
XYZ 67.65 48.98 89.89 -
YUV 191 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 254 149 242 0 0.41 0.05 0.00 306.86 0.98 0.79
Hex FE 95 F2 0 29 5 0 133 62 4F
Octal 376 225 362 0 51 5 0 463 142 117
Binary 11111110 10010101 11110010 0 101001 101 0 100110011 1100010 1001111

Color Harmonies of #FE95F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95F2

Black with #FE95F2

Text Example


Text Example

White with #FE95F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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