Html Css Color HEX #F94193 Violet Red

📋 copy color: '#F94193'

red 249 ◦ green 65 ◦ blue 147

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

Shades of Violet Red #F94193

Tints of Violet Red #F94193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

 BLUE value IS 147 (57.81% from 255) = 31.89%

R = 54.01%
G = 14.1%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F94193 (or 0xF94193) is known color: Violet Red. HEX triplet: F9, 41 and 93. RGB value is (249,65,147). Sum of RGB (Red+Green+Blue) = 249+65+147=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F94193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94193 is #06BE6C. Grayscale: #818181. Windows color (decimal): -441965 or 9650681. OLE color: 9650681.

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

Color convert

RGB 249 65 147 -
CMYK 0 0.74 0.41 0.02
HSL 333.26º 0.94% 0.62% -
HSV(B) 333.26º 0.74% 0.98% -
XYZ 46.22 26.03 30.19 -
YUV 129.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 249 65 147 0 0.74 0.41 0.02 333.26 0.94 0.62
Hex F9 41 93 0 4A 29 2 14D 5E 3E
Octal 371 101 223 0 112 51 2 515 136 76
Binary 11111001 1000001 10010011 0 1001010 101001 10 101001101 1011110 111110

Color Harmonies of #F94193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94193

Black with #F94193

Text Example


Text Example

White with #F94193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94193; }

 p { color: rgb(249,65,147); }

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

background-color css

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

 a { background-color: rgb(249,65,147); }

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

border-color css

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

 span { border-color: rgb(249,65,147); }

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