Html Css Color HEX #F190E2 Pale Magenta

📋 copy color: '#F190E2'

red 241 ◦ green 144 ◦ blue 226

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

Shades of Pale Magenta #F190E2

Tints of Pale Magenta #F190E2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.57%

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

R = 39.44%
G = 23.57%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F190E2 (or 0xF190E2) is known color: Pale Magenta. HEX triplet: F1, 90 and E2. RGB value is (241,144,226). Sum of RGB (Red+Green+Blue) = 241+144+226=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F190E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190E2 is #0E6F1D. Grayscale: #B6B6B6. Windows color (decimal): -945950 or 14848241. OLE color: 14848241.

HSL color Cylindrical-coordinate representation of color #F190E2: hue angle of 309.28º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190E2 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 226 -
CMYK 0 0.40 0.06 0.05
HSL 309.28º 0.78% 0.75% -
HSV(B) 309.28º 0.4% 0.95% -
XYZ 59.98 44.14 77.31 -
YUV 182.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 241 144 226 0 0.40 0.06 0.05 309.28 0.78 0.75
Hex F1 90 E2 0 28 6 5 135 4E 4B
Octal 361 220 342 0 50 6 5 465 116 113
Binary 11110001 10010000 11100010 0 101000 110 101 100110101 1001110 1001011

Color Harmonies of #F190E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190E2

Black with #F190E2

Text Example


Text Example

White with #F190E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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