Html Css Color HEX #FA6CDF Pale Magenta

📋 copy color: '#FA6CDF'

red 250 ◦ green 108 ◦ blue 223

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

Shades of Pale Magenta #FA6CDF

Tints of Pale Magenta #FA6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.59%

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 43.03%
G = 18.59%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA6CDF (or 0xFA6CDF) is known color: Pale Magenta. HEX triplet: FA, 6C and DF. RGB value is (250,108,223). Sum of RGB (Red+Green+Blue) = 250+108+223=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CDF is #059320. Grayscale: #A3A3A3. Windows color (decimal): -365345 or 14642426. OLE color: 14642426.

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

Color convert

RGB 250 108 223 -
CMYK 0 0.57 0.11 0.02
HSL 311.41º 0.93% 0.7% -
HSV(B) 311.41º 0.57% 0.98% -
XYZ 58.11 36.38 73.77 -
YUV 163.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 250 108 223 0 0.57 0.11 0.02 311.41 0.93 0.7
Hex FA 6C DF 0 39 B 2 137 5D 46
Octal 372 154 337 0 71 13 2 467 135 106
Binary 11111010 1101100 11011111 0 111001 1011 10 100110111 1011101 1000110

Color Harmonies of #FA6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CDF

Black with #FA6CDF

Text Example


Text Example

White with #FA6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CDF; }

 p { color: rgb(250,108,223); }

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

background-color css

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

 a { background-color: rgb(250,108,223); }

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

border-color css

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

 span { border-color: rgb(250,108,223); }

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