Html Css Color HEX #F994FA Violet

📋 copy color: '#F994FA'

red 249 ◦ green 148 ◦ blue 250

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

Shades of Violet #F994FA

Tints of Violet #F994FA

RGB

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

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

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

R = 38.49%
G = 22.87%
B = 38.64%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F994FA (or 0xF994FA) is known color: Violet. HEX triplet: F9, 94 and FA. RGB value is (249,148,250). Sum of RGB (Red+Green+Blue) = 249+148+250=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 148 (58.20% from 255 or 22.87% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F994FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994FA is #066B05. Grayscale: #BDBDBD. Windows color (decimal): -420614 or 16422137. OLE color: 16422137.

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

Color convert

RGB 249 148 250 -
CMYK 0.00 0.41 0 0.02
HSL 299.41º 0.91% 0.78% -
HSV(B) 299.41º 0.41% 0.98% -
XYZ 66.91 48.22 96.22 -
YUV 189.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 249 148 250 0.00 0.41 0 0.02 299.41 0.91 0.78
Hex F9 94 FA 0 29 0 2 12B 5B 4E
Octal 371 224 372 0 51 0 2 453 133 116
Binary 11111001 10010100 11111010 0 101001 0 10 100101011 1011011 1001110

Color Harmonies of #F994FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994FA

Black with #F994FA

Text Example


Text Example

White with #F994FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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