Html Css Color HEX #F44090 Violet Red

📋 copy color: '#F44090'

red 244 ◦ green 64 ◦ blue 144

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

Shades of Violet Red #F44090

Tints of Violet Red #F44090

RGB

 RED value IS 244 (95.7% from 255) = 53.98%

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

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

R = 53.98%
G = 14.16%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F44090 (or 0xF44090) is known color: Violet Red. HEX triplet: F4, 40 and 90. RGB value is (244,64,144). Sum of RGB (Red+Green+Blue) = 244+64+144=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F44090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44090 is #0BBF6F. Grayscale: #7E7E7E. Windows color (decimal): -769904 or 9453812. OLE color: 9453812.

HSL color Cylindrical-coordinate representation of color #F44090: hue angle of 333.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44090 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 64 144 -
CMYK 0 0.74 0.41 0.04
HSL 333.33º 0.89% 0.6% -
HSV(B) 333.33º 0.74% 0.96% -
XYZ 44.18 24.91 28.87 -
YUV 126.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 244 64 144 0 0.74 0.41 0.04 333.33 0.89 0.6
Hex F4 40 90 0 4A 29 4 14D 59 3C
Octal 364 100 220 0 112 51 4 515 131 74
Binary 11110100 1000000 10010000 0 1001010 101001 100 101001101 1011001 111100

Color Harmonies of #F44090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44090

Black with #F44090

Text Example


Text Example

White with #F44090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44090; }

 p { color: rgb(244,64,144); }

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

background-color css

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

 a { background-color: rgb(244,64,144); }

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

border-color css

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

 span { border-color: rgb(244,64,144); }

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