Html Css Color HEX #F195E8 Pale Magenta

📋 copy color: '#F195E8'

red 241 ◦ green 149 ◦ blue 232

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

Shades of Pale Magenta #F195E8

Tints of Pale Magenta #F195E8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.95%

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 38.75%
G = 23.95%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F195E8 (or 0xF195E8) is known color: Pale Magenta. HEX triplet: F1, 95 and E8. RGB value is (241,149,232). Sum of RGB (Red+Green+Blue) = 241+149+232=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F195E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195E8 is #0E6A17. Grayscale: #B9B9B9. Windows color (decimal): -944664 or 15242737. OLE color: 15242737.

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

Color convert

RGB 241 149 232 -
CMYK 0 0.38 0.04 0.05
HSL 305.87º 0.77% 0.76% -
HSV(B) 305.87º 0.38% 0.95% -
XYZ 61.59 46.02 81.98 -
YUV 185.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 241 149 232 0 0.38 0.04 0.05 305.87 0.77 0.76
Hex F1 95 E8 0 26 4 5 132 4D 4C
Octal 361 225 350 0 46 4 5 462 115 114
Binary 11110001 10010101 11101000 0 100110 100 101 100110010 1001101 1001100

Color Harmonies of #F195E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195E8

Black with #F195E8

Text Example


Text Example

White with #F195E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195E8; }

 p { color: rgb(241,149,232); }

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

background-color css

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

 a { background-color: rgb(241,149,232); }

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

border-color css

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

 span { border-color: rgb(241,149,232); }

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