Html Css Color HEX #F990F5 Violet

📋 copy color: '#F990F5'

red 249 ◦ green 144 ◦ blue 245

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

Shades of Violet #F990F5

Tints of Violet #F990F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 39.03%
G = 22.57%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F990F5 (or 0xF990F5) is known color: Violet. HEX triplet: F9, 90 and F5. RGB value is (249,144,245). Sum of RGB (Red+Green+Blue) = 249+144+245=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F990F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990F5 is #066F0A. Grayscale: #BABABA. Windows color (decimal): -421643 or 16093433. OLE color: 16093433.

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

Color convert

RGB 249 144 245 -
CMYK 0 0.42 0.02 0.02
HSL 302.29º 0.9% 0.77% -
HSV(B) 302.29º 0.42% 0.98% -
XYZ 65.52 46.68 91.94 -
YUV 186.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 249 144 245 0 0.42 0.02 0.02 302.29 0.9 0.77
Hex F9 90 F5 0 2A 2 2 12E 5A 4D
Octal 371 220 365 0 52 2 2 456 132 115
Binary 11111001 10010000 11110101 0 101010 10 10 100101110 1011010 1001101

Color Harmonies of #F990F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990F5

Black with #F990F5

Text Example


Text Example

White with #F990F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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