Html Css Color HEX #F97CDB Pale Magenta

📋 copy color: '#F97CDB'

red 249 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #F97CDB

Tints of Pale Magenta #F97CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.95%

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

R = 42.06%
G = 20.95%
B = 36.99%

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

#F97CDB (or 0xF97CDB) is known color: Pale Magenta. HEX triplet: F9, 7C and DB. RGB value is (249,124,219). Sum of RGB (Red+Green+Blue) = 249+124+219=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CDB is #068324. Grayscale: #ABABAB. Windows color (decimal): -426789 or 14384377. OLE color: 14384377.

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

Color convert

RGB 249 124 219 -
CMYK 0 0.50 0.12 0.02
HSL 314.4º 0.91% 0.73% -
HSV(B) 314.4º 0.5% 0.98% -
XYZ 59.06 39.67 71.56 -
YUV 172.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 249 124 219 0 0.50 0.12 0.02 314.4 0.91 0.73
Hex F9 7C DB 0 32 C 2 13A 5B 49
Octal 371 174 333 0 62 14 2 472 133 111
Binary 11111001 1111100 11011011 0 110010 1100 10 100111010 1011011 1001001

Color Harmonies of #F97CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CDB

Black with #F97CDB

Text Example


Text Example

White with #F97CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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