Html Css Color HEX #F978DD Pale Magenta

📋 copy color: '#F978DD'

red 249 ◦ green 120 ◦ blue 221

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

Shades of Pale Magenta #F978DD

Tints of Pale Magenta #F978DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.34%

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 42.2%
G = 20.34%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F978DD (or 0xF978DD) is known color: Pale Magenta. HEX triplet: F9, 78 and DD. RGB value is (249,120,221). Sum of RGB (Red+Green+Blue) = 249+120+221=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F978DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978DD is #068722. Grayscale: #A9A9A9. Windows color (decimal): -427811 or 14514425. OLE color: 14514425.

HSL color Cylindrical-coordinate representation of color #F978DD: hue angle of 313.02º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978DD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 120 221 -
CMYK 0 0.52 0.11 0.02
HSL 313.02º 0.91% 0.72% -
HSV(B) 313.02º 0.52% 0.98% -
XYZ 58.83 38.79 72.79 -
YUV 170.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 249 120 221 0 0.52 0.11 0.02 313.02 0.91 0.72
Hex F9 78 DD 0 34 B 2 139 5B 48
Octal 371 170 335 0 64 13 2 471 133 110
Binary 11111001 1111000 11011101 0 110100 1011 10 100111001 1011011 1001000

Color Harmonies of #F978DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978DD

Black with #F978DD

Text Example


Text Example

White with #F978DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978DD; }

 p { color: rgb(249,120,221); }

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

background-color css

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

 a { background-color: rgb(249,120,221); }

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

border-color css

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

 span { border-color: rgb(249,120,221); }

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