Html Css Color HEX #F198F2 Violet

📋 copy color: '#F198F2'

red 241 ◦ green 152 ◦ blue 242

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

Shades of Violet #F198F2

Tints of Violet #F198F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 37.95%
G = 23.94%
B = 38.11%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F198F2 (or 0xF198F2) is known color: Violet. HEX triplet: F1, 98 and F2. RGB value is (241,152,242). Sum of RGB (Red+Green+Blue) = 241+152+242=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #F198F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198F2 is #0E670D. Grayscale: #BCBCBC. Windows color (decimal): -943886 or 15898865. OLE color: 15898865.

HSL color Cylindrical-coordinate representation of color #F198F2: hue angle of 299.33º degrees, saturation: 0.78, 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 #F198F2 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 242 -
CMYK 0.00 0.37 0 0.05
HSL 299.33º 0.78% 0.77% -
HSV(B) 299.33º 0.37% 0.95% -
XYZ 63.53 47.57 89.84 -
YUV 188.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 241 152 242 0.00 0.37 0 0.05 299.33 0.78 0.77
Hex F1 98 F2 0 25 0 5 12B 4E 4D
Octal 361 230 362 0 45 0 5 453 116 115
Binary 11110001 10011000 11110010 0 100101 0 101 100101011 1001110 1001101

Color Harmonies of #F198F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198F2

Black with #F198F2

Text Example


Text Example

White with #F198F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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