Html Css Color HEX #F970E3 Pale Magenta

📋 copy color: '#F970E3'

red 249 ◦ green 112 ◦ blue 227

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

Shades of Pale Magenta #F970E3

Tints of Pale Magenta #F970E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.61%

R = 42.35%
G = 19.05%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F970E3 (or 0xF970E3) is known color: Pale Magenta. HEX triplet: F9, 70 and E3. RGB value is (249,112,227). Sum of RGB (Red+Green+Blue) = 249+112+227=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F970E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970E3 is #068F1C. Grayscale: #A5A5A5. Windows color (decimal): -429853 or 14905593. OLE color: 14905593.

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

Color convert

RGB 249 112 227 -
CMYK 0 0.55 0.09 0.02
HSL 309.64º 0.92% 0.71% -
HSV(B) 309.64º 0.55% 0.98% -
XYZ 58.73 37.27 76.77 -
YUV 166.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 249 112 227 0 0.55 0.09 0.02 309.64 0.92 0.71
Hex F9 70 E3 0 37 9 2 136 5C 47
Octal 371 160 343 0 67 11 2 466 134 107
Binary 11111001 1110000 11100011 0 110111 1001 10 100110110 1011100 1000111

Color Harmonies of #F970E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970E3

Black with #F970E3

Text Example


Text Example

White with #F970E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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