Html Css Color HEX #F94493 Violet Red

📋 copy color: '#F94493'

red 249 ◦ green 68 ◦ blue 147

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

Shades of Violet Red #F94493

Tints of Violet Red #F94493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.66%

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

R = 53.66%
G = 14.66%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F94493 (or 0xF94493) is known color: Violet Red. HEX triplet: F9, 44 and 93. RGB value is (249,68,147). Sum of RGB (Red+Green+Blue) = 249+68+147=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F94493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94493 is #06BB6C. Grayscale: #828282. Windows color (decimal): -441197 or 9651449. OLE color: 9651449.

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

Color convert

RGB 249 68 147 -
CMYK 0 0.73 0.41 0.02
HSL 333.81º 0.94% 0.62% -
HSV(B) 333.81º 0.73% 0.98% -
XYZ 46.4 26.38 30.25 -
YUV 131.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 249 68 147 0 0.73 0.41 0.02 333.81 0.94 0.62
Hex F9 44 93 0 49 29 2 14E 5E 3E
Octal 371 104 223 0 111 51 2 516 136 76
Binary 11111001 1000100 10010011 0 1001001 101001 10 101001110 1011110 111110

Color Harmonies of #F94493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94493

Black with #F94493

Text Example


Text Example

White with #F94493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94493; }

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

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

background-color css

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

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

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

border-color css

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

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

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