Html Css Color HEX #F970E5 Pale Magenta

📋 copy color: '#F970E5'

red 249 ◦ green 112 ◦ blue 229

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

Shades of Pale Magenta #F970E5

Tints of Pale Magenta #F970E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.81%

R = 42.2%
G = 18.98%
B = 38.81%

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

#F970E5 (or 0xF970E5) is known color: Pale Magenta. HEX triplet: F9, 70 and E5. RGB value is (249,112,229). Sum of RGB (Red+Green+Blue) = 249+112+229=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F970E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970E5 is #068F1A. Grayscale: #A5A5A5. Windows color (decimal): -429851 or 15036665. OLE color: 15036665.

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

Color convert

RGB 249 112 229 -
CMYK 0 0.55 0.08 0.02
HSL 308.76º 0.92% 0.71% -
HSV(B) 308.76º 0.55% 0.98% -
XYZ 59 37.39 78.23 -
YUV 166.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 249 112 229 0 0.55 0.08 0.02 308.76 0.92 0.71
Hex F9 70 E5 0 37 8 2 135 5C 47
Octal 371 160 345 0 67 10 2 465 134 107
Binary 11111001 1110000 11100101 0 110111 1000 10 100110101 1011100 1000111

Color Harmonies of #F970E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970E5

Black with #F970E5

Text Example


Text Example

White with #F970E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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