Html Css Color HEX #F94289 Violet Red

📋 copy color: '#F94289'

red 249 ◦ green 66 ◦ blue 137

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

Shades of Violet Red #F94289

Tints of Violet Red #F94289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.6%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 55.09%
G = 14.6%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F94289 (or 0xF94289) is known color: Violet Red. HEX triplet: F9, 42 and 89. RGB value is (249,66,137). Sum of RGB (Red+Green+Blue) = 249+66+137=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F94289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94289 is #06BD76. Grayscale: #808080. Windows color (decimal): -441719 or 8995577. OLE color: 8995577.

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

Color convert

RGB 249 66 137 -
CMYK 0 0.73 0.45 0.02
HSL 336.72º 0.94% 0.62% -
HSV(B) 336.72º 0.73% 0.98% -
XYZ 45.53 25.84 26.26 -
YUV 128.81 132.63 213.73 -
System Red Green Blue C M Y K H S L
Decimal 249 66 137 0 0.73 0.45 0.02 336.72 0.94 0.62
Hex F9 42 89 0 49 2D 2 151 5E 3E
Octal 371 102 211 0 111 55 2 521 136 76
Binary 11111001 1000010 10001001 0 1001001 101101 10 101010001 1011110 111110

Color Harmonies of #F94289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94289

Black with #F94289

Text Example


Text Example

White with #F94289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94289; }

 p { color: rgb(249,66,137); }

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

background-color css

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

 a { background-color: rgb(249,66,137); }

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

border-color css

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

 span { border-color: rgb(249,66,137); }

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