Html Css Color HEX #F991F7 Violet

📋 copy color: '#F991F7'

red 249 ◦ green 145 ◦ blue 247

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

Shades of Violet #F991F7

Tints of Violet #F991F7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.62%

 BLUE value IS 247 (96.88% from 255) = 38.53%

R = 38.85%
G = 22.62%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F991F7 (or 0xF991F7) is known color: Violet. HEX triplet: F9, 91 and F7. RGB value is (249,145,247). Sum of RGB (Red+Green+Blue) = 249+145+247=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F991F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991F7 is #066E08. Grayscale: #BBBBBB. Windows color (decimal): -421385 or 16224761. OLE color: 16224761.

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

Color convert

RGB 249 145 247 -
CMYK 0 0.42 0.01 0.02
HSL 301.15º 0.9% 0.77% -
HSV(B) 301.15º 0.42% 0.98% -
XYZ 65.98 47.11 93.61 -
YUV 187.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 249 145 247 0 0.42 0.01 0.02 301.15 0.9 0.77
Hex F9 91 F7 0 2A 1 2 12D 5A 4D
Octal 371 221 367 0 52 1 2 455 132 115
Binary 11111001 10010001 11110111 0 101010 1 10 100101101 1011010 1001101

Color Harmonies of #F991F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991F7

Black with #F991F7

Text Example


Text Example

White with #F991F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991F7; }

 p { color: rgb(249,145,247); }

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

background-color css

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

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

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

border-color css

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

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

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