Html Css Color HEX #F96ADF Pale Magenta

📋 copy color: '#F96ADF'

red 249 ◦ green 106 ◦ blue 223

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

Shades of Pale Magenta #F96ADF

Tints of Pale Magenta #F96ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.34%

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

R = 43.08%
G = 18.34%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F96ADF (or 0xF96ADF) is known color: Pale Magenta. HEX triplet: F9, 6A and DF. RGB value is (249,106,223). Sum of RGB (Red+Green+Blue) = 249+106+223=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ADF is #069520. Grayscale: #A1A1A1. Windows color (decimal): -431393 or 14641913. OLE color: 14641913.

HSL color Cylindrical-coordinate representation of color #F96ADF: hue angle of 310.91º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96ADF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 106 223 -
CMYK 0 0.57 0.10 0.02
HSL 310.91º 0.92% 0.7% -
HSV(B) 310.91º 0.57% 0.98% -
XYZ 57.54 35.78 73.68 -
YUV 162.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 249 106 223 0 0.57 0.10 0.02 310.91 0.92 0.7
Hex F9 6A DF 0 39 A 2 137 5C 46
Octal 371 152 337 0 71 12 2 467 134 106
Binary 11111001 1101010 11011111 0 111001 1010 10 100110111 1011100 1000110

Color Harmonies of #F96ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ADF

Black with #F96ADF

Text Example


Text Example

White with #F96ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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