Html Css Color HEX #F4325C Radical Red

📋 copy color: '#F4325C'

red 244 ◦ green 50 ◦ blue 92

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

Shades of Radical Red #F4325C

Tints of Radical Red #F4325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.95%

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

R = 63.21%
G = 12.95%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4325C (or 0xF4325C) is known color: Radical Red. HEX triplet: F4, 32 and 5C. RGB value is (244,50,92). Sum of RGB (Red+Green+Blue) = 244+50+92=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4325C is #0BCDA3. Grayscale: #707070. Windows color (decimal): -773540 or 6042356. OLE color: 6042356.

HSL color Cylindrical-coordinate representation of color #F4325C: hue angle of 347.01º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4325C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 92 -
CMYK 0 0.80 0.62 0.04
HSL 347.01º 0.9% 0.58% -
HSV(B) 347.01º 0.8% 0.96% -
XYZ 40.38 22.29 12.3 -
YUV 112.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 244 50 92 0 0.80 0.62 0.04 347.01 0.9 0.58
Hex F4 32 5C 0 50 3E 4 15B 5A 3A
Octal 364 62 134 0 120 76 4 533 132 72
Binary 11110100 110010 1011100 0 1010000 111110 100 101011011 1011010 111010

Color Harmonies of #F4325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4325C

Black with #F4325C

Text Example


Text Example

White with #F4325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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