Html Css Color HEX #F94093 Violet Red

📋 copy color: '#F94093'

red 249 ◦ green 64 ◦ blue 147

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

Shades of Violet Red #F94093

Tints of Violet Red #F94093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.91%

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

R = 54.13%
G = 13.91%
B = 31.96%

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

#F94093 (or 0xF94093) is known color: Violet Red. HEX triplet: F9, 40 and 93. RGB value is (249,64,147). Sum of RGB (Red+Green+Blue) = 249+64+147=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F94093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94093 is #06BF6C. Grayscale: #808080. Windows color (decimal): -442221 or 9650425. OLE color: 9650425.

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

Color convert

RGB 249 64 147 -
CMYK 0 0.74 0.41 0.02
HSL 333.08º 0.94% 0.61% -
HSV(B) 333.08º 0.74% 0.98% -
XYZ 46.17 25.91 30.17 -
YUV 128.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 249 64 147 0 0.74 0.41 0.02 333.08 0.94 0.61
Hex F9 40 93 0 4A 29 2 14D 5E 3D
Octal 371 100 223 0 112 51 2 515 136 75
Binary 11111001 1000000 10010011 0 1001010 101001 10 101001101 1011110 111101

Color Harmonies of #F94093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94093

Black with #F94093

Text Example


Text Example

White with #F94093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94093; }

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

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

background-color css

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

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

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

border-color css

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

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

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