Html Css Color HEX #FC74DD Pale Magenta

📋 copy color: '#FC74DD'

red 252 ◦ green 116 ◦ blue 221

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

Shades of Pale Magenta #FC74DD

Tints of Pale Magenta #FC74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.69%

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 42.78%
G = 19.69%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC74DD (or 0xFC74DD) is known color: Pale Magenta. HEX triplet: FC, 74 and DD. RGB value is (252,116,221). Sum of RGB (Red+Green+Blue) = 252+116+221=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74DD is #038B22. Grayscale: #A8A8A8. Windows color (decimal): -232227 or 14513404. OLE color: 14513404.

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

Color convert

RGB 252 116 221 -
CMYK 0 0.54 0.12 0.01
HSL 313.68º 0.96% 0.72% -
HSV(B) 313.68º 0.54% 0.99% -
XYZ 59.44 38.41 72.69 -
YUV 168.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 252 116 221 0 0.54 0.12 0.01 313.68 0.96 0.72
Hex FC 74 DD 0 36 C 1 13A 60 48
Octal 374 164 335 0 66 14 1 472 140 110
Binary 11111100 1110100 11011101 0 110110 1100 1 100111010 1100000 1001000

Color Harmonies of #FC74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74DD

Black with #FC74DD

Text Example


Text Example

White with #FC74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74DD; }

 p { color: rgb(252,116,221); }

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

background-color css

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

 a { background-color: rgb(252,116,221); }

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

border-color css

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

 span { border-color: rgb(252,116,221); }

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