Html Css Color HEX #F990F7 Violet

📋 copy color: '#F990F7'

red 249 ◦ green 144 ◦ blue 247

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

Shades of Violet #F990F7

Tints of Violet #F990F7

RGB

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

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

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

R = 38.91%
G = 22.5%
B = 38.59%

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

#F990F7 (or 0xF990F7) is known color: Violet. HEX triplet: F9, 90 and F7. RGB value is (249,144,247). Sum of RGB (Red+Green+Blue) = 249+144+247=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F990F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990F7 is #066F08. Grayscale: #BABABA. Windows color (decimal): -421641 or 16224505. OLE color: 16224505.

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

Color convert

RGB 249 144 247 -
CMYK 0 0.42 0.01 0.02
HSL 301.14º 0.9% 0.77% -
HSV(B) 301.14º 0.42% 0.98% -
XYZ 65.83 46.8 93.56 -
YUV 187.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 249 144 247 0 0.42 0.01 0.02 301.14 0.9 0.77
Hex F9 90 F7 0 2A 1 2 12D 5A 4D
Octal 371 220 367 0 52 1 2 455 132 115
Binary 11111001 10010000 11110111 0 101010 1 10 100101101 1011010 1001101

Color Harmonies of #F990F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990F7

Black with #F990F7

Text Example


Text Example

White with #F990F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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