Html Css Color HEX #F4408B Violet Red

📋 copy color: '#F4408B'

red 244 ◦ green 64 ◦ blue 139

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

Shades of Violet Red #F4408B

Tints of Violet Red #F4408B

RGB

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

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

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

R = 54.59%
G = 14.32%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4408B (or 0xF4408B) is known color: Violet Red. HEX triplet: F4, 40 and 8B. RGB value is (244,64,139). Sum of RGB (Red+Green+Blue) = 244+64+139=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F4408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4408B is #0BBF74. Grayscale: #7E7E7E. Windows color (decimal): -769909 or 9126132. OLE color: 9126132.

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

Color convert

RGB 244 64 139 -
CMYK 0 0.74 0.43 0.04
HSL 335º 0.89% 0.6% -
HSV(B) 335º 0.74% 0.96% -
XYZ 43.8 24.76 26.9 -
YUV 126.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 244 64 139 0 0.74 0.43 0.04 335 0.89 0.6
Hex F4 40 8B 0 4A 2B 4 14F 59 3C
Octal 364 100 213 0 112 53 4 517 131 74
Binary 11110100 1000000 10001011 0 1001010 101011 100 101001111 1011001 111100

Color Harmonies of #F4408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4408B

Black with #F4408B

Text Example


Text Example

White with #F4408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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