Html Css Color HEX #F94490 Violet Red

📋 copy color: '#F94490'

red 249 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #F94490

Tints of Violet Red #F94490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 54.01%
G = 14.75%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F94490 (or 0xF94490) is known color: Violet Red. HEX triplet: F9, 44 and 90. RGB value is (249,68,144). Sum of RGB (Red+Green+Blue) = 249+68+144=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F94490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94490 is #06BB6F. Grayscale: #828282. Windows color (decimal): -441200 or 9454841. OLE color: 9454841.

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

Color convert

RGB 249 68 144 -
CMYK 0 0.73 0.42 0.02
HSL 334.81º 0.94% 0.62% -
HSV(B) 334.81º 0.73% 0.98% -
XYZ 46.17 26.29 29.03 -
YUV 130.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 249 68 144 0 0.73 0.42 0.02 334.81 0.94 0.62
Hex F9 44 90 0 49 2A 2 14F 5E 3E
Octal 371 104 220 0 111 52 2 517 136 76
Binary 11111001 1000100 10010000 0 1001001 101010 10 101001111 1011110 111110

Color Harmonies of #F94490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94490

Black with #F94490

Text Example


Text Example

White with #F94490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94490; }

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

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

background-color css

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

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

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

border-color css

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

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

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