Html Css Color HEX #F4449A Violet Red

📋 copy color: '#F4449A'

red 244 ◦ green 68 ◦ blue 154

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

Shades of Violet Red #F4449A

Tints of Violet Red #F4449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.05%

R = 52.36%
G = 14.59%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F4449A (or 0xF4449A) is known color: Violet Red. HEX triplet: F4, 44 and 9A. RGB value is (244,68,154). Sum of RGB (Red+Green+Blue) = 244+68+154=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4449A is #0BBB65. Grayscale: #828282. Windows color (decimal): -768870 or 10110196. OLE color: 10110196.

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

Color convert

RGB 244 68 154 -
CMYK 0 0.72 0.37 0.04
HSL 330.68º 0.89% 0.61% -
HSV(B) 330.68º 0.72% 0.96% -
XYZ 45.21 25.7 33.15 -
YUV 130.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 244 68 154 0 0.72 0.37 0.04 330.68 0.89 0.61
Hex F4 44 9A 0 48 25 4 14B 59 3D
Octal 364 104 232 0 110 45 4 513 131 75
Binary 11110100 1000100 10011010 0 1001000 100101 100 101001011 1011001 111101

Color Harmonies of #F4449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4449A

Black with #F4449A

Text Example


Text Example

White with #F4449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4449A; }

 p { color: rgb(244,68,154); }

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

background-color css

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

 a { background-color: rgb(244,68,154); }

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

border-color css

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

 span { border-color: rgb(244,68,154); }

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