Html Css Color HEX #F992F2 Violet

📋 copy color: '#F992F2'

red 249 ◦ green 146 ◦ blue 242

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

Shades of Violet #F992F2

Tints of Violet #F992F2

RGB

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

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

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

R = 39.09%
G = 22.92%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F992F2 (or 0xF992F2) is known color: Violet. HEX triplet: F9, 92 and F2. RGB value is (249,146,242). Sum of RGB (Red+Green+Blue) = 249+146+242=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 146 (57.42% from 255 or 22.92% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F992F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F2 is #066D0D. Grayscale: #BBBBBB. Windows color (decimal): -421134 or 15897337. OLE color: 15897337.

HSL color Cylindrical-coordinate representation of color #F992F2: hue angle of 304.08º 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 #F992F2 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 242 -
CMYK 0 0.41 0.03 0.02
HSL 304.08º 0.9% 0.77% -
HSV(B) 304.08º 0.41% 0.98% -
XYZ 65.37 47.11 89.65 -
YUV 187.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 249 146 242 0 0.41 0.03 0.02 304.08 0.9 0.77
Hex F9 92 F2 0 29 3 2 130 5A 4D
Octal 371 222 362 0 51 3 2 460 132 115
Binary 11111001 10010010 11110010 0 101001 11 10 100110000 1011010 1001101

Color Harmonies of #F992F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992F2

Black with #F992F2

Text Example


Text Example

White with #F992F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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