Html Css Color HEX #FA92F2 Pale Magenta

📋 copy color: '#FA92F2'

red 250 ◦ green 146 ◦ blue 242

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

Shades of Pale Magenta #FA92F2

Tints of Pale Magenta #FA92F2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 22.88%

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

R = 39.18%
G = 22.88%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA92F2 (or 0xFA92F2) is known color: Pale Magenta. HEX triplet: FA, 92 and F2. RGB value is (250,146,242). Sum of RGB (Red+Green+Blue) = 250+146+242=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 146 (57.42% from 255 or 22.88% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA92F2 is #056D0D. Grayscale: #BBBBBB. Windows color (decimal): -355598 or 15897338. OLE color: 15897338.

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

Color convert

RGB 250 146 242 -
CMYK 0 0.42 0.03 0.02
HSL 304.62º 0.91% 0.78% -
HSV(B) 304.62º 0.42% 0.98% -
XYZ 65.73 47.29 89.67 -
YUV 188.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 250 146 242 0 0.42 0.03 0.02 304.62 0.91 0.78
Hex FA 92 F2 0 2A 3 2 131 5B 4E
Octal 372 222 362 0 52 3 2 461 133 116
Binary 11111010 10010010 11110010 0 101010 11 10 100110001 1011011 1001110

Color Harmonies of #FA92F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA92F2

Black with #FA92F2

Text Example


Text Example

White with #FA92F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA92F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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