Html Css Color HEX #FA96F2 Pale Magenta

📋 copy color: '#FA96F2'

red 250 ◦ green 150 ◦ blue 242

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

Shades of Pale Magenta #FA96F2

Tints of Pale Magenta #FA96F2

RGB

 RED value IS 250 (98.05% from 255) = 38.94%

 GREEN value IS 150 (58.98% from 255) = 23.36%

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

R = 38.94%
G = 23.36%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA96F2 (or 0xFA96F2) is known color: Pale Magenta. HEX triplet: FA, 96 and F2. RGB value is (250,150,242). Sum of RGB (Red+Green+Blue) = 250+150+242=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96F2 is #05690D. Grayscale: #BEBEBE. Windows color (decimal): -354574 or 15898362. OLE color: 15898362.

HSL color Cylindrical-coordinate representation of color #FA96F2: hue angle of 304.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96F2 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 242 -
CMYK 0 0.4 0.03 0.02
HSL 304.8º 0.91% 0.78% -
HSV(B) 304.8º 0.4% 0.98% -
XYZ 66.36 48.55 89.88 -
YUV 190.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 250 150 242 0 0.4 0.03 0.02 304.8 0.91 0.78
Hex FA 96 F2 0 28 3 2 131 5B 4E
Octal 372 226 362 0 50 3 2 461 133 116
Binary 11111010 10010110 11110010 0 101000 11 10 100110001 1011011 1001110

Color Harmonies of #FA96F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96F2

Black with #FA96F2

Text Example


Text Example

White with #FA96F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96F2; }

 p { color: rgb(250,150,242); }

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

background-color css

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

 a { background-color: rgb(250,150,242); }

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

border-color css

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

 span { border-color: rgb(250,150,242); }

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