Html Css Color HEX #F96EDF Pale Magenta

📋 copy color: '#F96EDF'

red 249 ◦ green 110 ◦ blue 223

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

Shades of Pale Magenta #F96EDF

Tints of Pale Magenta #F96EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 42.78%
G = 18.9%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F96EDF (or 0xF96EDF) is known color: Pale Magenta. HEX triplet: F9, 6E and DF. RGB value is (249,110,223). Sum of RGB (Red+Green+Blue) = 249+110+223=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EDF is #069120. Grayscale: #A4A4A4. Windows color (decimal): -430369 or 14642937. OLE color: 14642937.

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

Color convert

RGB 249 110 223 -
CMYK 0 0.56 0.10 0.02
HSL 311.22º 0.92% 0.7% -
HSV(B) 311.22º 0.56% 0.98% -
XYZ 57.96 36.62 73.83 -
YUV 164.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 249 110 223 0 0.56 0.10 0.02 311.22 0.92 0.7
Hex F9 6E DF 0 38 A 2 137 5C 46
Octal 371 156 337 0 70 12 2 467 134 106
Binary 11111001 1101110 11011111 0 111000 1010 10 100110111 1011100 1000110

Color Harmonies of #F96EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EDF

Black with #F96EDF

Text Example


Text Example

White with #F96EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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