Html Css Color HEX #F97DDB Pale Magenta

📋 copy color: '#F97DDB'

red 249 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #F97DDB

Tints of Pale Magenta #F97DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.08%

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

R = 41.99%
G = 21.08%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F97DDB (or 0xF97DDB) is known color: Pale Magenta. HEX triplet: F9, 7D and DB. RGB value is (249,125,219). Sum of RGB (Red+Green+Blue) = 249+125+219=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DDB is #068224. Grayscale: #ACACAC. Windows color (decimal): -426533 or 14384633. OLE color: 14384633.

HSL color Cylindrical-coordinate representation of color #F97DDB: hue angle of 314.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97DDB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 125 219 -
CMYK 0 0.50 0.12 0.02
HSL 314.52º 0.91% 0.73% -
HSV(B) 314.52º 0.5% 0.98% -
XYZ 59.19 39.92 71.6 -
YUV 172.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 249 125 219 0 0.50 0.12 0.02 314.52 0.91 0.73
Hex F9 7D DB 0 32 C 2 13B 5B 49
Octal 371 175 333 0 62 14 2 473 133 111
Binary 11111001 1111101 11011011 0 110010 1100 10 100111011 1011011 1001001

Color Harmonies of #F97DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97DDB

Black with #F97DDB

Text Example


Text Example

White with #F97DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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