Html Css Color HEX #FA69E5 Pale Magenta

📋 copy color: '#FA69E5'

red 250 ◦ green 105 ◦ blue 229

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

Shades of Pale Magenta #FA69E5

Tints of Pale Magenta #FA69E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.98%

 BLUE value IS 229 (89.84% from 255) = 39.21%

R = 42.81%
G = 17.98%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA69E5 (or 0xFA69E5) is known color: Pale Magenta. HEX triplet: FA, 69 and E5. RGB value is (250,105,229). Sum of RGB (Red+Green+Blue) = 250+105+229=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69E5 is #05961A. Grayscale: #A2A2A2. Windows color (decimal): -366107 or 15034874. OLE color: 15034874.

HSL color Cylindrical-coordinate representation of color #FA69E5: hue angle of 308.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA69E5 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 105 229 -
CMYK 0 0.58 0.08 0.02
HSL 308.69º 0.94% 0.7% -
HSV(B) 308.69º 0.58% 0.98% -
XYZ 58.62 36.08 78 -
YUV 162.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 250 105 229 0 0.58 0.08 0.02 308.69 0.94 0.7
Hex FA 69 E5 0 3A 8 2 135 5E 46
Octal 372 151 345 0 72 10 2 465 136 106
Binary 11111010 1101001 11100101 0 111010 1000 10 100110101 1011110 1000110

Color Harmonies of #FA69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA69E5

Black with #FA69E5

Text Example


Text Example

White with #FA69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA69E5; }

 p { color: rgb(250,105,229); }

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

background-color css

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

 a { background-color: rgb(250,105,229); }

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

border-color css

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

 span { border-color: rgb(250,105,229); }

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