Html Css Color HEX #F971E4 Pale Magenta

📋 copy color: '#F971E4'

red 249 ◦ green 113 ◦ blue 228

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

Shades of Pale Magenta #F971E4

Tints of Pale Magenta #F971E4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.15%

 BLUE value IS 228 (89.45% from 255) = 38.64%

R = 42.2%
G = 19.15%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F971E4 (or 0xF971E4) is known color: Pale Magenta. HEX triplet: F9, 71 and E4. RGB value is (249,113,228). Sum of RGB (Red+Green+Blue) = 249+113+228=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F971E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971E4 is #068E1B. Grayscale: #A6A6A6. Windows color (decimal): -429596 or 14971385. OLE color: 14971385.

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

Color convert

RGB 249 113 228 -
CMYK 0 0.55 0.08 0.02
HSL 309.26º 0.92% 0.71% -
HSV(B) 309.26º 0.55% 0.98% -
XYZ 58.98 37.55 77.54 -
YUV 166.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 249 113 228 0 0.55 0.08 0.02 309.26 0.92 0.71
Hex F9 71 E4 0 37 8 2 135 5C 47
Octal 371 161 344 0 67 10 2 465 134 107
Binary 11111001 1110001 11100100 0 110111 1000 10 100110101 1011100 1000111

Color Harmonies of #F971E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971E4

Black with #F971E4

Text Example


Text Example

White with #F971E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971E4; }

 p { color: rgb(249,113,228); }

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

background-color css

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

 a { background-color: rgb(249,113,228); }

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

border-color css

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

 span { border-color: rgb(249,113,228); }

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