Html Css Color HEX #F96EDE Pale Magenta

📋 copy color: '#F96EDE'

red 249 ◦ green 110 ◦ blue 222

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

Shades of Pale Magenta #F96EDE

Tints of Pale Magenta #F96EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.93%

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

R = 42.86%
G = 18.93%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F96EDE (or 0xF96EDE) is known color: Pale Magenta. HEX triplet: F9, 6E and DE. RGB value is (249,110,222). Sum of RGB (Red+Green+Blue) = 249+110+222=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EDE is #069121. Grayscale: #A4A4A4. Windows color (decimal): -430370 or 14577401. OLE color: 14577401.

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

Color convert

RGB 249 110 222 -
CMYK 0 0.56 0.11 0.02
HSL 311.65º 0.92% 0.7% -
HSV(B) 311.65º 0.56% 0.98% -
XYZ 57.83 36.57 73.12 -
YUV 164.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 249 110 222 0 0.56 0.11 0.02 311.65 0.92 0.7
Hex F9 6E DE 0 38 B 2 138 5C 46
Octal 371 156 336 0 70 13 2 470 134 106
Binary 11111001 1101110 11011110 0 111000 1011 10 100111000 1011100 1000110

Color Harmonies of #F96EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EDE

Black with #F96EDE

Text Example


Text Example

White with #F96EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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