Html Css Color HEX #F4448B Violet Red

📋 copy color: '#F4448B'

red 244 ◦ green 68 ◦ blue 139

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

Shades of Violet Red #F4448B

Tints of Violet Red #F4448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.82%

R = 54.1%
G = 15.08%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4448B (or 0xF4448B) is known color: Violet Red. HEX triplet: F4, 44 and 8B. RGB value is (244,68,139). Sum of RGB (Red+Green+Blue) = 244+68+139=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F4448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4448B is #0BBB74. Grayscale: #808080. Windows color (decimal): -768885 or 9127156. OLE color: 9127156.

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

Color convert

RGB 244 68 139 -
CMYK 0 0.72 0.43 0.04
HSL 335.8º 0.89% 0.61% -
HSV(B) 335.8º 0.72% 0.96% -
XYZ 44.04 25.23 26.98 -
YUV 128.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 244 68 139 0 0.72 0.43 0.04 335.8 0.89 0.61
Hex F4 44 8B 0 48 2B 4 150 59 3D
Octal 364 104 213 0 110 53 4 520 131 75
Binary 11110100 1000100 10001011 0 1001000 101011 100 101010000 1011001 111101

Color Harmonies of #F4448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4448B

Black with #F4448B

Text Example


Text Example

White with #F4448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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