Html Css Color HEX #F4375C Radical Red

📋 copy color: '#F4375C'

red 244 ◦ green 55 ◦ blue 92

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

Shades of Radical Red #F4375C

Tints of Radical Red #F4375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 62.4%
G = 14.07%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4375C (or 0xF4375C) is known color: Radical Red. HEX triplet: F4, 37 and 5C. RGB value is (244,55,92). Sum of RGB (Red+Green+Blue) = 244+55+92=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F4375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4375C is #0BC8A3. Grayscale: #737373. Windows color (decimal): -772260 or 6043636. OLE color: 6043636.

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

Color convert

RGB 244 55 92 -
CMYK 0 0.77 0.62 0.04
HSL 348.25º 0.9% 0.59% -
HSV(B) 348.25º 0.77% 0.96% -
XYZ 40.61 22.74 12.37 -
YUV 115.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 244 55 92 0 0.77 0.62 0.04 348.25 0.9 0.59
Hex F4 37 5C 0 4D 3E 4 15C 5A 3B
Octal 364 67 134 0 115 76 4 534 132 73
Binary 11110100 110111 1011100 0 1001101 111110 100 101011100 1011010 111011

Color Harmonies of #F4375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4375C

Black with #F4375C

Text Example


Text Example

White with #F4375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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