Html Css Color HEX #F994FF Violet

📋 copy color: '#F994FF'

red 249 ◦ green 148 ◦ blue 255

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

Shades of Violet #F994FF

Tints of Violet #F994FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 22.7%

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

R = 38.19%
G = 22.7%
B = 39.11%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F994FF (or 0xF994FF) is known color: Violet. HEX triplet: F9, 94 and FF. RGB value is (249,148,255). Sum of RGB (Red+Green+Blue) = 249+148+255=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 148 (58.20% from 255 or 22.70% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #F994FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994FF is #066B00. Grayscale: #BEBEBE. Windows color (decimal): -420609 or 16749817. OLE color: 16749817.

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

Color convert

RGB 249 148 255 -
CMYK 0.02 0.42 0 0
HSL 296.64º 1% 0.79% -
HSV(B) 296.64º 0.42% 1% -
XYZ 67.71 48.54 100.41 -
YUV 190.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 249 148 255 0.02 0.42 0 0 296.64 1 0.79
Hex F9 94 FF 2 2A 0 0 129 64 4F
Octal 371 224 377 2 52 0 0 451 144 117
Binary 11111001 10010100 11111111 10 101010 0 0 100101001 1100100 1001111

Color Harmonies of #F994FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994FF

Black with #F994FF

Text Example


Text Example

White with #F994FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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