Html Css Color HEX #F195EA Violet

📋 copy color: '#F195EA'

red 241 ◦ green 149 ◦ blue 234

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

Shades of Violet #F195EA

Tints of Violet #F195EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 38.62%
G = 23.88%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F195EA (or 0xF195EA) is known color: Violet. HEX triplet: F1, 95 and EA. RGB value is (241,149,234). Sum of RGB (Red+Green+Blue) = 241+149+234=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F195EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195EA is #0E6A15. Grayscale: #B9B9B9. Windows color (decimal): -944662 or 15373809. OLE color: 15373809.

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

Color convert

RGB 241 149 234 -
CMYK 0 0.38 0.03 0.05
HSL 304.57º 0.77% 0.76% -
HSV(B) 304.57º 0.38% 0.95% -
XYZ 61.87 46.14 83.49 -
YUV 186.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 241 149 234 0 0.38 0.03 0.05 304.57 0.77 0.76
Hex F1 95 EA 0 26 3 5 131 4D 4C
Octal 361 225 352 0 46 3 5 461 115 114
Binary 11110001 10010101 11101010 0 100110 11 101 100110001 1001101 1001100

Color Harmonies of #F195EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195EA

Black with #F195EA

Text Example


Text Example

White with #F195EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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