Html Css Color HEX #FC69DF Pale Magenta

📋 copy color: '#FC69DF'

red 252 ◦ green 105 ◦ blue 223

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

Shades of Pale Magenta #FC69DF

Tints of Pale Magenta #FC69DF

RGB

 RED value IS 252 (98.83% from 255) = 43.45%

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

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

R = 43.45%
G = 18.1%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC69DF (or 0xFC69DF) is known color: Pale Magenta. HEX triplet: FC, 69 and DF. RGB value is (252,105,223). Sum of RGB (Red+Green+Blue) = 252+105+223=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69DF is #039620. Grayscale: #A2A2A2. Windows color (decimal): -235041 or 14641660. OLE color: 14641660.

HSL color Cylindrical-coordinate representation of color #FC69DF: hue angle of 311.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC69DF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 223 -
CMYK 0 0.58 0.12 0.01
HSL 311.84º 0.96% 0.7% -
HSV(B) 311.84º 0.58% 0.99% -
XYZ 58.52 36.13 73.7 -
YUV 162.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 252 105 223 0 0.58 0.12 0.01 311.84 0.96 0.7
Hex FC 69 DF 0 3A C 1 138 60 46
Octal 374 151 337 0 72 14 1 470 140 106
Binary 11111100 1101001 11011111 0 111010 1100 1 100111000 1100000 1000110

Color Harmonies of #FC69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69DF

Black with #FC69DF

Text Example


Text Example

White with #FC69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69DF; }

 p { color: rgb(252,105,223); }

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

background-color css

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

 a { background-color: rgb(252,105,223); }

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

border-color css

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

 span { border-color: rgb(252,105,223); }

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