Html Css Color HEX #F94178 Violet Red

📋 copy color: '#F94178'

red 249 ◦ green 65 ◦ blue 120

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

Shades of Violet Red #F94178

Tints of Violet Red #F94178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.65%

R = 57.37%
G = 14.98%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F94178 (or 0xF94178) is known color: Violet Red. HEX triplet: F9, 41 and 78. RGB value is (249,65,120). Sum of RGB (Red+Green+Blue) = 249+65+120=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94178 is #06BE87. Grayscale: #7E7E7E. Windows color (decimal): -441992 or 7881209. OLE color: 7881209.

HSL color Cylindrical-coordinate representation of color #F94178: hue angle of 342.07º 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 #F94178 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 120 -
CMYK 0 0.74 0.52 0.02
HSL 342.07º 0.94% 0.62% -
HSV(B) 342.07º 0.74% 0.98% -
XYZ 44.35 25.28 20.31 -
YUV 126.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 249 65 120 0 0.74 0.52 0.02 342.07 0.94 0.62
Hex F9 41 78 0 4A 34 2 156 5E 3E
Octal 371 101 170 0 112 64 2 526 136 76
Binary 11111001 1000001 1111000 0 1001010 110100 10 101010110 1011110 111110

Color Harmonies of #F94178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94178

Black with #F94178

Text Example


Text Example

White with #F94178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94178; }

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

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

background-color css

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

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

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

border-color css

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

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

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