Html Css Color HEX #F96EDB Pale Magenta

📋 copy color: '#F96EDB'

red 249 ◦ green 110 ◦ blue 219

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

Shades of Pale Magenta #F96EDB

Tints of Pale Magenta #F96EDB

RGB

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

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

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

R = 43.08%
G = 19.03%
B = 37.89%

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

#F96EDB (or 0xF96EDB) is known color: Pale Magenta. HEX triplet: F9, 6E and DB. RGB value is (249,110,219). Sum of RGB (Red+Green+Blue) = 249+110+219=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EDB is #069124. Grayscale: #A3A3A3. Windows color (decimal): -430373 or 14380793. OLE color: 14380793.

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

Color convert

RGB 249 110 219 -
CMYK 0 0.56 0.12 0.02
HSL 312.95º 0.92% 0.7% -
HSV(B) 312.95º 0.56% 0.98% -
XYZ 57.43 36.41 71.02 -
YUV 163.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 249 110 219 0 0.56 0.12 0.02 312.95 0.92 0.7
Hex F9 6E DB 0 38 C 2 139 5C 46
Octal 371 156 333 0 70 14 2 471 134 106
Binary 11111001 1101110 11011011 0 111000 1100 10 100111001 1011100 1000110

Color Harmonies of #F96EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EDB

Black with #F96EDB

Text Example


Text Example

White with #F96EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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