Html Css Color HEX #F96EDC Pale Magenta

📋 copy color: '#F96EDC'

red 249 ◦ green 110 ◦ blue 220

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

Shades of Pale Magenta #F96EDC

Tints of Pale Magenta #F96EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 43.01%
G = 19%
B = 38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F96EDC (or 0xF96EDC) is known color: Pale Magenta. HEX triplet: F9, 6E and DC. RGB value is (249,110,220). Sum of RGB (Red+Green+Blue) = 249+110+220=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EDC is #069123. Grayscale: #A3A3A3. Windows color (decimal): -430372 or 14446329. OLE color: 14446329.

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

Color convert

RGB 249 110 220 -
CMYK 0 0.56 0.12 0.02
HSL 312.52º 0.92% 0.7% -
HSV(B) 312.52º 0.56% 0.98% -
XYZ 57.56 36.46 71.71 -
YUV 164.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 249 110 220 0 0.56 0.12 0.02 312.52 0.92 0.7
Hex F9 6E DC 0 38 C 2 139 5C 46
Octal 371 156 334 0 70 14 2 471 134 106
Binary 11111001 1101110 11011100 0 111000 1100 10 100111001 1011100 1000110

Color Harmonies of #F96EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EDC

Black with #F96EDC

Text Example


Text Example

White with #F96EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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