Html Css Color HEX #F194E3 Pale Magenta

📋 copy color: '#F194E3'

red 241 ◦ green 148 ◦ blue 227

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

Shades of Pale Magenta #F194E3

Tints of Pale Magenta #F194E3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.03%

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

R = 39.12%
G = 24.03%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F194E3 (or 0xF194E3) is known color: Pale Magenta. HEX triplet: F1, 94 and E3. RGB value is (241,148,227). Sum of RGB (Red+Green+Blue) = 241+148+227=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F194E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194E3 is #0E6B1C. Grayscale: #B8B8B8. Windows color (decimal): -944925 or 14914801. OLE color: 14914801.

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

Color convert

RGB 241 148 227 -
CMYK 0 0.39 0.06 0.05
HSL 309.03º 0.77% 0.76% -
HSV(B) 309.03º 0.39% 0.95% -
XYZ 60.73 45.43 78.24 -
YUV 184.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 241 148 227 0 0.39 0.06 0.05 309.03 0.77 0.76
Hex F1 94 E3 0 27 6 5 135 4D 4C
Octal 361 224 343 0 47 6 5 465 115 114
Binary 11110001 10010100 11100011 0 100111 110 101 100110101 1001101 1001100

Color Harmonies of #F194E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194E3

Black with #F194E3

Text Example


Text Example

White with #F194E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194E3; }

 p { color: rgb(241,148,227); }

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

background-color css

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

 a { background-color: rgb(241,148,227); }

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

border-color css

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

 span { border-color: rgb(241,148,227); }

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