Html Css Color HEX #F978E2 Pale Magenta

📋 copy color: '#F978E2'

red 249 ◦ green 120 ◦ blue 226

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

Shades of Pale Magenta #F978E2

Tints of Pale Magenta #F978E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.98%

R = 41.85%
G = 20.17%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F978E2 (or 0xF978E2) is known color: Pale Magenta. HEX triplet: F9, 78 and E2. RGB value is (249,120,226). Sum of RGB (Red+Green+Blue) = 249+120+226=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F978E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978E2 is #06871D. Grayscale: #AAAAAA. Windows color (decimal): -427806 or 14842105. OLE color: 14842105.

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

Color convert

RGB 249 120 226 -
CMYK 0 0.52 0.09 0.02
HSL 310.7º 0.91% 0.72% -
HSV(B) 310.7º 0.52% 0.98% -
XYZ 59.51 39.06 76.35 -
YUV 170.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 249 120 226 0 0.52 0.09 0.02 310.7 0.91 0.72
Hex F9 78 E2 0 34 9 2 137 5B 48
Octal 371 170 342 0 64 11 2 467 133 110
Binary 11111001 1111000 11100010 0 110100 1001 10 100110111 1011011 1001000

Color Harmonies of #F978E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978E2

Black with #F978E2

Text Example


Text Example

White with #F978E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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