Html Css Color HEX #F97DDE Pale Magenta

📋 copy color: '#F97DDE'

red 249 ◦ green 125 ◦ blue 222

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

Shades of Pale Magenta #F97DDE

Tints of Pale Magenta #F97DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 41.78%
G = 20.97%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F97DDE (or 0xF97DDE) is known color: Pale Magenta. HEX triplet: F9, 7D and DE. RGB value is (249,125,222). Sum of RGB (Red+Green+Blue) = 249+125+222=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DDE is #068221. Grayscale: #ACACAC. Windows color (decimal): -426530 or 14581241. OLE color: 14581241.

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

Color convert

RGB 249 125 222 -
CMYK 0 0.50 0.11 0.02
HSL 313.06º 0.91% 0.73% -
HSV(B) 313.06º 0.5% 0.98% -
XYZ 59.59 40.08 73.7 -
YUV 173.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 249 125 222 0 0.50 0.11 0.02 313.06 0.91 0.73
Hex F9 7D DE 0 32 B 2 139 5B 49
Octal 371 175 336 0 62 13 2 471 133 111
Binary 11111001 1111101 11011110 0 110010 1011 10 100111001 1011011 1001001

Color Harmonies of #F97DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97DDE

Black with #F97DDE

Text Example


Text Example

White with #F97DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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