Html Css Color HEX #F172E0 Pale Magenta

📋 copy color: '#F172E0'

red 241 ◦ green 114 ◦ blue 224

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

Shades of Pale Magenta #F172E0

Tints of Pale Magenta #F172E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 41.62%
G = 19.69%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F172E0 (or 0xF172E0) is known color: Pale Magenta. HEX triplet: F1, 72 and E0. RGB value is (241,114,224). Sum of RGB (Red+Green+Blue) = 241+114+224=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172E0 is #0E8D1F. Grayscale: #A4A4A4. Windows color (decimal): -953632 or 14709489. OLE color: 14709489.

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

Color convert

RGB 241 114 224 -
CMYK 0 0.53 0.07 0.05
HSL 308.03º 0.82% 0.7% -
HSV(B) 308.03º 0.53% 0.95% -
XYZ 55.75 36.12 74.55 -
YUV 164.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 241 114 224 0 0.53 0.07 0.05 308.03 0.82 0.7
Hex F1 72 E0 0 35 7 5 134 52 46
Octal 361 162 340 0 65 7 5 464 122 106
Binary 11110001 1110010 11100000 0 110101 111 101 100110100 1010010 1000110

Color Harmonies of #F172E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172E0

Black with #F172E0

Text Example


Text Example

White with #F172E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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