Html Css Color HEX #F978E6 Pale Magenta

📋 copy color: '#F978E6'

red 249 ◦ green 120 ◦ blue 230

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

Shades of Pale Magenta #F978E6

Tints of Pale Magenta #F978E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 41.57%
G = 20.03%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F978E6 (or 0xF978E6) is known color: Pale Magenta. HEX triplet: F9, 78 and E6. RGB value is (249,120,230). Sum of RGB (Red+Green+Blue) = 249+120+230=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 120 (47.27% from 255 or 20.03% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F978E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978E6 is #068719. Grayscale: #AAAAAA. Windows color (decimal): -427802 or 15104249. OLE color: 15104249.

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

Color convert

RGB 249 120 230 -
CMYK 0 0.52 0.08 0.02
HSL 308.84º 0.91% 0.72% -
HSV(B) 308.84º 0.52% 0.98% -
XYZ 60.07 39.29 79.28 -
YUV 171.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 249 120 230 0 0.52 0.08 0.02 308.84 0.91 0.72
Hex F9 78 E6 0 34 8 2 135 5B 48
Octal 371 170 346 0 64 10 2 465 133 110
Binary 11111001 1111000 11100110 0 110100 1000 10 100110101 1011011 1001000

Color Harmonies of #F978E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978E6

Black with #F978E6

Text Example


Text Example

White with #F978E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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