Html Css Color HEX #F195FA Violet

📋 copy color: '#F195FA'

red 241 ◦ green 149 ◦ blue 250

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

Shades of Violet #F195FA

Tints of Violet #F195FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.06%

R = 37.66%
G = 23.28%
B = 39.06%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F195FA (or 0xF195FA) is known color: Violet. HEX triplet: F1, 95 and FA. RGB value is (241,149,250). Sum of RGB (Red+Green+Blue) = 241+149+250=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 149 (58.59% from 255 or 23.28% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F195FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195FA is #0E6A05. Grayscale: #BBBBBB. Windows color (decimal): -944646 or 16422385. OLE color: 16422385.

HSL color Cylindrical-coordinate representation of color #F195FA: hue angle of 294.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F195FA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 149 250 -
CMYK 0.04 0.40 0 0.02
HSL 294.65º 0.91% 0.78% -
HSV(B) 294.65º 0.4% 0.98% -
XYZ 64.28 47.1 96.15 -
YUV 188.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 241 149 250 0.04 0.40 0 0.02 294.65 0.91 0.78
Hex F1 95 FA 4 28 0 2 127 5B 4E
Octal 361 225 372 4 50 0 2 447 133 116
Binary 11110001 10010101 11111010 100 101000 0 10 100100111 1011011 1001110

Color Harmonies of #F195FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195FA

Black with #F195FA

Text Example


Text Example

White with #F195FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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