Html Css Color HEX #F991FF Violet

📋 copy color: '#F991FF'

red 249 ◦ green 145 ◦ blue 255

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

Shades of Violet #F991FF

Tints of Violet #F991FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.29%

R = 38.37%
G = 22.34%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F991FF (or 0xF991FF) is known color: Violet. HEX triplet: F9, 91 and FF. RGB value is (249,145,255). Sum of RGB (Red+Green+Blue) = 249+145+255=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 145 (57.03% from 255 or 22.34% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F991FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991FF is #066E00. Grayscale: #BCBCBC. Windows color (decimal): -421377 or 16749049. OLE color: 16749049.

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

Color convert

RGB 249 145 255 -
CMYK 0.02 0.43 0 0
HSL 296.73º 1% 0.78% -
HSV(B) 296.73º 0.43% 1% -
XYZ 67.24 47.61 100.25 -
YUV 188.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 249 145 255 0.02 0.43 0 0 296.73 1 0.78
Hex F9 91 FF 2 2B 0 0 129 64 4E
Octal 371 221 377 2 53 0 0 451 144 116
Binary 11111001 10010001 11111111 10 101011 0 0 100101001 1100100 1001110

Color Harmonies of #F991FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991FF

Black with #F991FF

Text Example


Text Example

White with #F991FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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