Html Css Color HEX #F978E1 Pale Magenta

📋 copy color: '#F978E1'

red 249 ◦ green 120 ◦ blue 225

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

Shades of Pale Magenta #F978E1

Tints of Pale Magenta #F978E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.88%

R = 41.92%
G = 20.2%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F978E1 (or 0xF978E1) is known color: Pale Magenta. HEX triplet: F9, 78 and E1. RGB value is (249,120,225). Sum of RGB (Red+Green+Blue) = 249+120+225=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 120 (47.27% from 255 or 20.20% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F978E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978E1 is #06871E. Grayscale: #AAAAAA. Windows color (decimal): -427807 or 14776569. OLE color: 14776569.

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

Color convert

RGB 249 120 225 -
CMYK 0 0.52 0.10 0.02
HSL 311.16º 0.91% 0.72% -
HSV(B) 311.16º 0.52% 0.98% -
XYZ 59.37 39.01 75.63 -
YUV 170.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 249 120 225 0 0.52 0.10 0.02 311.16 0.91 0.72
Hex F9 78 E1 0 34 A 2 137 5B 48
Octal 371 170 341 0 64 12 2 467 133 110
Binary 11111001 1111000 11100001 0 110100 1010 10 100110111 1011011 1001000

Color Harmonies of #F978E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978E1

Black with #F978E1

Text Example


Text Example

White with #F978E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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