Html Css Color HEX #F970E6 Pale Magenta

📋 copy color: '#F970E6'

red 249 ◦ green 112 ◦ blue 230

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

Shades of Pale Magenta #F970E6

Tints of Pale Magenta #F970E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.92%

R = 42.13%
G = 18.95%
B = 38.92%

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

#F970E6 (or 0xF970E6) is known color: Pale Magenta. HEX triplet: F9, 70 and E6. RGB value is (249,112,230). Sum of RGB (Red+Green+Blue) = 249+112+230=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F970E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970E6 is #068F19. Grayscale: #A6A6A6. Windows color (decimal): -429850 or 15102201. OLE color: 15102201.

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

Color convert

RGB 249 112 230 -
CMYK 0 0.55 0.08 0.02
HSL 308.32º 0.92% 0.71% -
HSV(B) 308.32º 0.55% 0.98% -
XYZ 59.14 37.44 78.97 -
YUV 166.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 249 112 230 0 0.55 0.08 0.02 308.32 0.92 0.71
Hex F9 70 E6 0 37 8 2 134 5C 47
Octal 371 160 346 0 67 10 2 464 134 107
Binary 11111001 1110000 11100110 0 110111 1000 10 100110100 1011100 1000111

Color Harmonies of #F970E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970E6

Black with #F970E6

Text Example


Text Example

White with #F970E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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