Html Css Color HEX #F996F9 Violet

📋 copy color: '#F996F9'

red 249 ◦ green 150 ◦ blue 249

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

Shades of Violet #F996F9

Tints of Violet #F996F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.15%

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

R = 38.43%
G = 23.15%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F996F9 (or 0xF996F9) is known color: Violet. HEX triplet: F9, 96 and F9. RGB value is (249,150,249). Sum of RGB (Red+Green+Blue) = 249+150+249=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F996F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996F9 is #066906. Grayscale: #BEBEBE. Windows color (decimal): -420103 or 16357113. OLE color: 16357113.

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

Color convert

RGB 249 150 249 -
CMYK 0 0.40 0 0.02
HSL 300º 0.89% 0.78% -
HSV(B) 300º 0.4% 0.98% -
XYZ 67.07 48.79 95.51 -
YUV 190.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 249 150 249 0 0.40 0 0.02 300 0.89 0.78
Hex F9 96 F9 0 28 0 2 12C 59 4E
Octal 371 226 371 0 50 0 2 454 131 116
Binary 11111001 10010110 11111001 0 101000 0 10 100101100 1011001 1001110

Color Harmonies of #F996F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996F9

Black with #F996F9

Text Example


Text Example

White with #F996F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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