Html Css Color HEX #F94189 Violet Red

📋 copy color: '#F94189'

red 249 ◦ green 65 ◦ blue 137

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

Shades of Violet Red #F94189

Tints of Violet Red #F94189

RGB

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

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

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

R = 55.21%
G = 14.41%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F94189 (or 0xF94189) is known color: Violet Red. HEX triplet: F9, 41 and 89. RGB value is (249,65,137). Sum of RGB (Red+Green+Blue) = 249+65+137=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F94189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94189 is #06BE76. Grayscale: #808080. Windows color (decimal): -441975 or 8995321. OLE color: 8995321.

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

Color convert

RGB 249 65 137 -
CMYK 0 0.74 0.45 0.02
HSL 336.52º 0.94% 0.62% -
HSV(B) 336.52º 0.74% 0.98% -
XYZ 45.47 25.73 26.24 -
YUV 128.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 249 65 137 0 0.74 0.45 0.02 336.52 0.94 0.62
Hex F9 41 89 0 4A 2D 2 151 5E 3E
Octal 371 101 211 0 112 55 2 521 136 76
Binary 11111001 1000001 10001001 0 1001010 101101 10 101010001 1011110 111110

Color Harmonies of #F94189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94189

Black with #F94189

Text Example


Text Example

White with #F94189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94189; }

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

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

background-color css

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

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

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

border-color css

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

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

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