Html Css Color HEX #F991FA Violet

📋 copy color: '#F991FA'

red 249 ◦ green 145 ◦ blue 250

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

Shades of Violet #F991FA

Tints of Violet #F991FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 38.66%
G = 22.52%
B = 38.82%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F991FA (or 0xF991FA) is known color: Violet. HEX triplet: F9, 91 and FA. RGB value is (249,145,250). Sum of RGB (Red+Green+Blue) = 249+145+250=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 145 (57.03% from 255 or 22.52% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #F991FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991FA is #066E05. Grayscale: #BBBBBB. Windows color (decimal): -421382 or 16421369. OLE color: 16421369.

HSL color Cylindrical-coordinate representation of color #F991FA: hue angle of 299.43º degrees, saturation: 0.91, 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 #F991FA is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 250 -
CMYK 0.00 0.42 0 0.02
HSL 299.43º 0.91% 0.77% -
HSV(B) 299.43º 0.42% 0.98% -
XYZ 66.45 47.29 96.07 -
YUV 188.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 249 145 250 0.00 0.42 0 0.02 299.43 0.91 0.77
Hex F9 91 FA 0 2A 0 2 12B 5B 4D
Octal 371 221 372 0 52 0 2 453 133 115
Binary 11111001 10010001 11111010 0 101010 0 10 100101011 1011011 1001101

Color Harmonies of #F991FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991FA

Black with #F991FA

Text Example


Text Example

White with #F991FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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