Html Css Color HEX #F96FDC Pale Magenta

📋 copy color: '#F96FDC'

red 249 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #F96FDC

Tints of Pale Magenta #F96FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.14%

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

R = 42.93%
G = 19.14%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F96FDC (or 0xF96FDC) is known color: Pale Magenta. HEX triplet: F9, 6F and DC. RGB value is (249,111,220). Sum of RGB (Red+Green+Blue) = 249+111+220=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FDC is #069023. Grayscale: #A4A4A4. Windows color (decimal): -430116 or 14446585. OLE color: 14446585.

HSL color Cylindrical-coordinate representation of color #F96FDC: hue angle of 312.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FDC is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 220 -
CMYK 0 0.55 0.12 0.02
HSL 312.61º 0.92% 0.71% -
HSV(B) 312.61º 0.55% 0.98% -
XYZ 57.67 36.68 71.75 -
YUV 164.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 249 111 220 0 0.55 0.12 0.02 312.61 0.92 0.71
Hex F9 6F DC 0 37 C 2 139 5C 47
Octal 371 157 334 0 67 14 2 471 134 107
Binary 11111001 1101111 11011100 0 110111 1100 10 100111001 1011100 1000111

Color Harmonies of #F96FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FDC

Black with #F96FDC

Text Example


Text Example

White with #F96FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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