Html Css Color HEX #F44088 Violet Red

📋 copy color: '#F44088'

red 244 ◦ green 64 ◦ blue 136

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

Shades of Violet Red #F44088

Tints of Violet Red #F44088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 54.95%
G = 14.41%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F44088 (or 0xF44088) is known color: Violet Red. HEX triplet: F4, 40 and 88. RGB value is (244,64,136). Sum of RGB (Red+Green+Blue) = 244+64+136=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F44088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44088 is #0BBF77. Grayscale: #7D7D7D. Windows color (decimal): -769912 or 8929524. OLE color: 8929524.

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

Color convert

RGB 244 64 136 -
CMYK 0 0.74 0.44 0.04
HSL 336º 0.89% 0.6% -
HSV(B) 336º 0.74% 0.96% -
XYZ 43.59 24.68 25.76 -
YUV 126.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 244 64 136 0 0.74 0.44 0.04 336 0.89 0.6
Hex F4 40 88 0 4A 2C 4 150 59 3C
Octal 364 100 210 0 112 54 4 520 131 74
Binary 11110100 1000000 10001000 0 1001010 101100 100 101010000 1011001 111100

Color Harmonies of #F44088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44088

Black with #F44088

Text Example


Text Example

White with #F44088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44088; }

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

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

background-color css

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

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

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

border-color css

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

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

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