Html Css Color HEX #F190FF Violet

📋 copy color: '#F190FF'

red 241 ◦ green 144 ◦ blue 255

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

Shades of Violet #F190FF

Tints of Violet #F190FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 37.66%
G = 22.5%
B = 39.84%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F190FF (or 0xF190FF) is known color: Violet. HEX triplet: F1, 90 and FF. RGB value is (241,144,255). Sum of RGB (Red+Green+Blue) = 241+144+255=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F190FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190FF is #0E6F00. Grayscale: #B9B9B9. Windows color (decimal): -945921 or 16748785. OLE color: 16748785.

HSL color Cylindrical-coordinate representation of color #F190FF: hue angle of 292.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F190FF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 144 255 -
CMYK 0.05 0.44 0 0
HSL 292.43º 1% 0.78% -
HSV(B) 292.43º 0.44% 1% -
XYZ 64.3 45.87 100.07 -
YUV 185.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 241 144 255 0.05 0.44 0 0 292.43 1 0.78
Hex F1 90 FF 5 2C 0 0 124 64 4E
Octal 361 220 377 5 54 0 0 444 144 116
Binary 11110001 10010000 11111111 101 101100 0 0 100100100 1100100 1001110

Color Harmonies of #F190FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190FF

Black with #F190FF

Text Example


Text Example

White with #F190FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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