Html Css Color HEX #F990FF Violet

📋 copy color: '#F990FF'

red 249 ◦ green 144 ◦ blue 255

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

Shades of Violet #F990FF

Tints of Violet #F990FF

RGB

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

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

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

R = 38.43%
G = 22.22%
B = 39.35%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F990FF (or 0xF990FF) is known color: Violet. HEX triplet: F9, 90 and FF. RGB value is (249,144,255). Sum of RGB (Red+Green+Blue) = 249+144+255=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 144 (56.64% from 255 or 22.22% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F990FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990FF is #066F00. Grayscale: #BBBBBB. Windows color (decimal): -421633 or 16748793. OLE color: 16748793.

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

Color convert

RGB 249 144 255 -
CMYK 0.02 0.44 0 0
HSL 296.76º 1% 0.78% -
HSV(B) 296.76º 0.44% 1% -
XYZ 67.09 47.31 100.2 -
YUV 188.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 249 144 255 0.02 0.44 0 0 296.76 1 0.78
Hex F9 90 FF 2 2C 0 0 129 64 4E
Octal 371 220 377 2 54 0 0 451 144 116
Binary 11111001 10010000 11111111 10 101100 0 0 100101001 1100100 1001110

Color Harmonies of #F990FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990FF

Black with #F990FF

Text Example


Text Example

White with #F990FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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