Html Css Color HEX #F970E8 Pale Magenta

📋 copy color: '#F970E8'

red 249 ◦ green 112 ◦ blue 232

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

Shades of Pale Magenta #F970E8

Tints of Pale Magenta #F970E8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.89%

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 41.99%
G = 18.89%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F970E8 (or 0xF970E8) is known color: Pale Magenta. HEX triplet: F9, 70 and E8. RGB value is (249,112,232). Sum of RGB (Red+Green+Blue) = 249+112+232=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F970E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970E8 is #068F17. Grayscale: #A6A6A6. Windows color (decimal): -429848 or 15233273. OLE color: 15233273.

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

Color convert

RGB 249 112 232 -
CMYK 0 0.55 0.07 0.02
HSL 307.45º 0.92% 0.71% -
HSV(B) 307.45º 0.55% 0.98% -
XYZ 59.43 37.55 80.46 -
YUV 166.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 249 112 232 0 0.55 0.07 0.02 307.45 0.92 0.71
Hex F9 70 E8 0 37 7 2 133 5C 47
Octal 371 160 350 0 67 7 2 463 134 107
Binary 11111001 1110000 11101000 0 110111 111 10 100110011 1011100 1000111

Color Harmonies of #F970E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970E8

Black with #F970E8

Text Example


Text Example

White with #F970E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970E8; }

 p { color: rgb(249,112,232); }

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

background-color css

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

 a { background-color: rgb(249,112,232); }

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

border-color css

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

 span { border-color: rgb(249,112,232); }

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