Html Css Color HEX #F990FA Violet

📋 copy color: '#F990FA'

red 249 ◦ green 144 ◦ blue 250

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

Shades of Violet #F990FA

Tints of Violet #F990FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.4%

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

R = 38.72%
G = 22.4%
B = 38.88%

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

#F990FA (or 0xF990FA) is known color: Violet. HEX triplet: F9, 90 and FA. RGB value is (249,144,250). Sum of RGB (Red+Green+Blue) = 249+144+250=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #F990FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990FA is #066F05. Grayscale: #BBBBBB. Windows color (decimal): -421638 or 16421113. OLE color: 16421113.

HSL color Cylindrical-coordinate representation of color #F990FA: 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 #F990FA is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 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.3 46.99 96.02 -
YUV 187.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 249 144 250 0.00 0.42 0 0.02 299.43 0.91 0.77
Hex F9 90 FA 0 2A 0 2 12B 5B 4D
Octal 371 220 372 0 52 0 2 453 133 115
Binary 11111001 10010000 11111010 0 101010 0 10 100101011 1011011 1001101

Color Harmonies of #F990FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990FA

Black with #F990FA

Text Example


Text Example

White with #F990FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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