Html Css Color HEX #F172E2 Pale Magenta

📋 copy color: '#F172E2'

red 241 ◦ green 114 ◦ blue 226

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

Shades of Pale Magenta #F172E2

Tints of Pale Magenta #F172E2

RGB

 RED value IS 241 (94.53% from 255) = 41.48%

 GREEN value IS 114 (44.92% from 255) = 19.62%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 41.48%
G = 19.62%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F172E2 (or 0xF172E2) is known color: Pale Magenta. HEX triplet: F1, 72 and E2. RGB value is (241,114,226). Sum of RGB (Red+Green+Blue) = 241+114+226=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172E2 is #0E8D1D. Grayscale: #A4A4A4. Windows color (decimal): -953630 or 14840561. OLE color: 14840561.

HSL color Cylindrical-coordinate representation of color #F172E2: hue angle of 307.09º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172E2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 114 226 -
CMYK 0 0.53 0.06 0.05
HSL 307.09º 0.82% 0.7% -
HSV(B) 307.09º 0.53% 0.95% -
XYZ 56.02 36.23 75.99 -
YUV 164.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 241 114 226 0 0.53 0.06 0.05 307.09 0.82 0.7
Hex F1 72 E2 0 35 6 5 133 52 46
Octal 361 162 342 0 65 6 5 463 122 106
Binary 11110001 1110010 11100010 0 110101 110 101 100110011 1010010 1000110

Color Harmonies of #F172E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172E2

Black with #F172E2

Text Example


Text Example

White with #F172E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172E2; }

 p { color: rgb(241,114,226); }

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

background-color css

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

 a { background-color: rgb(241,114,226); }

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

border-color css

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

 span { border-color: rgb(241,114,226); }

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