Html Css Color HEX #F96DDB Pale Magenta

📋 copy color: '#F96DDB'

red 249 ◦ green 109 ◦ blue 219

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

Shades of Pale Magenta #F96DDB

Tints of Pale Magenta #F96DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.89%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 43.15%
G = 18.89%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F96DDB (or 0xF96DDB) is known color: Pale Magenta. HEX triplet: F9, 6D and DB. RGB value is (249,109,219). Sum of RGB (Red+Green+Blue) = 249+109+219=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DDB is #069224. Grayscale: #A3A3A3. Windows color (decimal): -430629 or 14380537. OLE color: 14380537.

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

Color convert

RGB 249 109 219 -
CMYK 0 0.56 0.12 0.02
HSL 312.86º 0.92% 0.7% -
HSV(B) 312.86º 0.56% 0.98% -
XYZ 57.32 36.19 70.98 -
YUV 163.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 249 109 219 0 0.56 0.12 0.02 312.86 0.92 0.7
Hex F9 6D DB 0 38 C 2 139 5C 46
Octal 371 155 333 0 70 14 2 471 134 106
Binary 11111001 1101101 11011011 0 111000 1100 10 100111001 1011100 1000110

Color Harmonies of #F96DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DDB

Black with #F96DDB

Text Example


Text Example

White with #F96DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DDB; }

 p { color: rgb(249,109,219); }

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

background-color css

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

 a { background-color: rgb(249,109,219); }

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

border-color css

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

 span { border-color: rgb(249,109,219); }

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