Html Css Color HEX #F96FDA Pale Magenta

📋 copy color: '#F96FDA'

red 249 ◦ green 111 ◦ blue 218

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

Shades of Pale Magenta #F96FDA

Tints of Pale Magenta #F96FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.2%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 43.08%
G = 19.2%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F96FDA (or 0xF96FDA) is known color: Pale Magenta. HEX triplet: F9, 6F and DA. RGB value is (249,111,218). Sum of RGB (Red+Green+Blue) = 249+111+218=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FDA is #069025. Grayscale: #A4A4A4. Windows color (decimal): -430118 or 14315513. OLE color: 14315513.

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

Color convert

RGB 249 111 218 -
CMYK 0 0.55 0.12 0.02
HSL 313.48º 0.92% 0.71% -
HSV(B) 313.48º 0.55% 0.98% -
XYZ 57.41 36.57 70.36 -
YUV 164.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 249 111 218 0 0.55 0.12 0.02 313.48 0.92 0.71
Hex F9 6F DA 0 37 C 2 139 5C 47
Octal 371 157 332 0 67 14 2 471 134 107
Binary 11111001 1101111 11011010 0 110111 1100 10 100111001 1011100 1000111

Color Harmonies of #F96FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FDA

Black with #F96FDA

Text Example


Text Example

White with #F96FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FDA; }

 p { color: rgb(249,111,218); }

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

background-color css

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

 a { background-color: rgb(249,111,218); }

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

border-color css

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

 span { border-color: rgb(249,111,218); }

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