Html Css Color HEX #F994F5 Violet

📋 copy color: '#F994F5'

red 249 ◦ green 148 ◦ blue 245

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

Shades of Violet #F994F5

Tints of Violet #F994F5

RGB

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

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

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

R = 38.79%
G = 23.05%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F994F5 (or 0xF994F5) is known color: Violet. HEX triplet: F9, 94 and F5. RGB value is (249,148,245). Sum of RGB (Red+Green+Blue) = 249+148+245=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 148 (58.20% from 255 or 23.05% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F994F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994F5 is #066B0A. Grayscale: #BCBCBC. Windows color (decimal): -420619 or 16094457. OLE color: 16094457.

HSL color Cylindrical-coordinate representation of color #F994F5: hue angle of 302.38º degrees, saturation: 0.89, 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 #F994F5 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 245 -
CMYK 0 0.41 0.02 0.02
HSL 302.38º 0.89% 0.78% -
HSV(B) 302.38º 0.41% 0.98% -
XYZ 66.14 47.91 92.15 -
YUV 189.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 249 148 245 0 0.41 0.02 0.02 302.38 0.89 0.78
Hex F9 94 F5 0 29 2 2 12E 59 4E
Octal 371 224 365 0 51 2 2 456 131 116
Binary 11111001 10010100 11110101 0 101001 10 10 100101110 1011001 1001110

Color Harmonies of #F994F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994F5

Black with #F994F5

Text Example


Text Example

White with #F994F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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