Html Css Color HEX #F96CDD Pale Magenta

📋 copy color: '#F96CDD'

red 249 ◦ green 108 ◦ blue 221

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

Shades of Pale Magenta #F96CDD

Tints of Pale Magenta #F96CDD

RGB

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

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

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

R = 43.08%
G = 18.69%
B = 38.24%

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

#F96CDD (or 0xF96CDD) is known color: Pale Magenta. HEX triplet: F9, 6C and DD. RGB value is (249,108,221). Sum of RGB (Red+Green+Blue) = 249+108+221=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CDD is #069322. Grayscale: #A2A2A2. Windows color (decimal): -430883 or 14511353. OLE color: 14511353.

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

Color convert

RGB 249 108 221 -
CMYK 0 0.57 0.11 0.02
HSL 311.91º 0.92% 0.7% -
HSV(B) 311.91º 0.57% 0.98% -
XYZ 57.48 36.09 72.34 -
YUV 163.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 249 108 221 0 0.57 0.11 0.02 311.91 0.92 0.7
Hex F9 6C DD 0 39 B 2 138 5C 46
Octal 371 154 335 0 71 13 2 470 134 106
Binary 11111001 1101100 11011101 0 111001 1011 10 100111000 1011100 1000110

Color Harmonies of #F96CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CDD

Black with #F96CDD

Text Example


Text Example

White with #F96CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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