Html Css Color HEX #F992F9 Violet

📋 copy color: '#F992F9'

red 249 ◦ green 146 ◦ blue 249

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

Shades of Violet #F992F9

Tints of Violet #F992F9

RGB

 RED value IS 249 (97.66% from 255) = 38.66%

 GREEN value IS 146 (57.42% from 255) = 22.67%

 BLUE value IS 249 (97.66% from 255) = 38.66%

R = 38.66%
G = 22.67%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F992F9 (or 0xF992F9) is known color: Violet. HEX triplet: F9, 92 and F9. RGB value is (249,146,249). Sum of RGB (Red+Green+Blue) = 249+146+249=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 146 (57.42% from 255 or 22.67% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F992F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F9 is #066D06. Grayscale: #BCBCBC. Windows color (decimal): -421127 or 16356089. OLE color: 16356089.

HSL color Cylindrical-coordinate representation of color #F992F9: hue angle of 300º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992F9 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 249 -
CMYK 0 0.41 0 0.02
HSL 300º 0.9% 0.77% -
HSV(B) 300º 0.41% 0.98% -
XYZ 66.44 47.54 95.3 -
YUV 188.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 249 146 249 0 0.41 0 0.02 300 0.9 0.77
Hex F9 92 F9 0 29 0 2 12C 5A 4D
Octal 371 222 371 0 51 0 2 454 132 115
Binary 11111001 10010010 11111001 0 101001 0 10 100101100 1011010 1001101

Color Harmonies of #F992F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992F9

Black with #F992F9

Text Example


Text Example

White with #F992F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992F9; }

 p { color: rgb(249,146,249); }

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

background-color css

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

 a { background-color: rgb(249,146,249); }

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

border-color css

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

 span { border-color: rgb(249,146,249); }

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