Html Css Color HEX #F96CDC Pale Magenta

📋 copy color: '#F96CDC'

red 249 ◦ green 108 ◦ blue 220

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

Shades of Pale Magenta #F96CDC

Tints of Pale Magenta #F96CDC

RGB

 RED value IS 249 (97.66% from 255) = 43.15%

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 43.15%
G = 18.72%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F96CDC (or 0xF96CDC) is known color: Pale Magenta. HEX triplet: F9, 6C and DC. RGB value is (249,108,220). Sum of RGB (Red+Green+Blue) = 249+108+220=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CDC is #069323. Grayscale: #A2A2A2. Windows color (decimal): -430884 or 14445817. OLE color: 14445817.

HSL color Cylindrical-coordinate representation of color #F96CDC: hue angle of 312.34º degrees, saturation: 0.92, 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 #F96CDC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 108 220 -
CMYK 0 0.57 0.12 0.02
HSL 312.34º 0.92% 0.7% -
HSV(B) 312.34º 0.57% 0.98% -
XYZ 57.35 36.03 71.64 -
YUV 162.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 249 108 220 0 0.57 0.12 0.02 312.34 0.92 0.7
Hex F9 6C DC 0 39 C 2 138 5C 46
Octal 371 154 334 0 71 14 2 470 134 106
Binary 11111001 1101100 11011100 0 111001 1100 10 100111000 1011100 1000110

Color Harmonies of #F96CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CDC

Black with #F96CDC

Text Example


Text Example

White with #F96CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CDC; }

 p { color: rgb(249,108,220); }

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

background-color css

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

 a { background-color: rgb(249,108,220); }

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

border-color css

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

 span { border-color: rgb(249,108,220); }

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