Html Css Color HEX #F198F0 Violet

📋 copy color: '#F198F0'

red 241 ◦ green 152 ◦ blue 240

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

Shades of Violet #F198F0

Tints of Violet #F198F0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.01%

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 38.07%
G = 24.01%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F198F0 (or 0xF198F0) is known color: Violet. HEX triplet: F1, 98 and F0. RGB value is (241,152,240). Sum of RGB (Red+Green+Blue) = 241+152+240=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F198F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198F0 is #0E670F. Grayscale: #BCBCBC. Windows color (decimal): -943888 or 15767793. OLE color: 15767793.

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

Color convert

RGB 241 152 240 -
CMYK 0 0.37 0.00 0.05
HSL 300.67º 0.76% 0.77% -
HSV(B) 300.67º 0.37% 0.95% -
XYZ 63.23 47.45 88.26 -
YUV 188.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 241 152 240 0 0.37 0.00 0.05 300.67 0.76 0.77
Hex F1 98 F0 0 25 0 5 12D 4C 4D
Octal 361 230 360 0 45 0 5 455 114 115
Binary 11110001 10011000 11110000 0 100101 0 101 100101101 1001100 1001101

Color Harmonies of #F198F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198F0

Black with #F198F0

Text Example


Text Example

White with #F198F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198F0; }

 p { color: rgb(241,152,240); }

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

background-color css

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

 a { background-color: rgb(241,152,240); }

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

border-color css

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

 span { border-color: rgb(241,152,240); }

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