Html Css Color HEX #F4375A Radical Red

📋 copy color: '#F4375A'

red 244 ◦ green 55 ◦ blue 90

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

Shades of Radical Red #F4375A

Tints of Radical Red #F4375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 62.72%
G = 14.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4375A (or 0xF4375A) is known color: Radical Red. HEX triplet: F4, 37 and 5A. RGB value is (244,55,90). Sum of RGB (Red+Green+Blue) = 244+55+90=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4375A is #0BC8A5. Grayscale: #737373. Windows color (decimal): -772262 or 5912564. OLE color: 5912564.

HSL color Cylindrical-coordinate representation of color #F4375A: hue angle of 348.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4375A is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 55 90 -
CMYK 0 0.77 0.63 0.04
HSL 348.89º 0.9% 0.59% -
HSV(B) 348.89º 0.77% 0.96% -
XYZ 40.52 22.7 11.92 -
YUV 115.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 244 55 90 0 0.77 0.63 0.04 348.89 0.9 0.59
Hex F4 37 5A 0 4D 3F 4 15D 5A 3B
Octal 364 67 132 0 115 77 4 535 132 73
Binary 11110100 110111 1011010 0 1001101 111111 100 101011101 1011010 111011

Color Harmonies of #F4375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4375A

Black with #F4375A

Text Example


Text Example

White with #F4375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4375A; }

 p { color: rgb(244,55,90); }

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

background-color css

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

 a { background-color: rgb(244,55,90); }

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

border-color css

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

 span { border-color: rgb(244,55,90); }

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