Html Css Color HEX #F97FDB Pale Magenta

📋 copy color: '#F97FDB'

red 249 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #F97FDB

Tints of Pale Magenta #F97FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 21.34%

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

R = 41.85%
G = 21.34%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F97FDB (or 0xF97FDB) is known color: Pale Magenta. HEX triplet: F9, 7F and DB. RGB value is (249,127,219). Sum of RGB (Red+Green+Blue) = 249+127+219=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FDB is #068024. Grayscale: #ADADAD. Windows color (decimal): -426021 or 14385145. OLE color: 14385145.

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

Color convert

RGB 249 127 219 -
CMYK 0 0.49 0.12 0.02
HSL 314.75º 0.91% 0.74% -
HSV(B) 314.75º 0.49% 0.98% -
XYZ 59.44 40.43 71.69 -
YUV 173.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 249 127 219 0 0.49 0.12 0.02 314.75 0.91 0.74
Hex F9 7F DB 0 31 C 2 13B 5B 4A
Octal 371 177 333 0 61 14 2 473 133 112
Binary 11111001 1111111 11011011 0 110001 1100 10 100111011 1011011 1001010

Color Harmonies of #F97FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FDB

Black with #F97FDB

Text Example


Text Example

White with #F97FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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