Html Css Color HEX #FA68E0 Pale Magenta

📋 copy color: '#FA68E0'

red 250 ◦ green 104 ◦ blue 224

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

Shades of Pale Magenta #FA68E0

Tints of Pale Magenta #FA68E0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.99%

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 43.25%
G = 17.99%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA68E0 (or 0xFA68E0) is known color: Pale Magenta. HEX triplet: FA, 68 and E0. RGB value is (250,104,224). Sum of RGB (Red+Green+Blue) = 250+104+224=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68E0 is #05971F. Grayscale: #A1A1A1. Windows color (decimal): -366368 or 14706938. OLE color: 14706938.

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

Color convert

RGB 250 104 224 -
CMYK 0 0.58 0.10 0.02
HSL 310.68º 0.94% 0.69% -
HSV(B) 310.68º 0.58% 0.98% -
XYZ 57.83 35.61 74.35 -
YUV 161.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 250 104 224 0 0.58 0.10 0.02 310.68 0.94 0.69
Hex FA 68 E0 0 3A A 2 137 5E 45
Octal 372 150 340 0 72 12 2 467 136 105
Binary 11111010 1101000 11100000 0 111010 1010 10 100110111 1011110 1000101

Color Harmonies of #FA68E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68E0

Black with #FA68E0

Text Example


Text Example

White with #FA68E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68E0; }

 p { color: rgb(250,104,224); }

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

background-color css

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

 a { background-color: rgb(250,104,224); }

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

border-color css

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

 span { border-color: rgb(250,104,224); }

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