Html Css Color HEX #F0325E Radical Red

📋 copy color: '#F0325E'

red 240 ◦ green 50 ◦ blue 94

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

Shades of Radical Red #F0325E

Tints of Radical Red #F0325E

RGB

 RED value IS 240 (94.14% from 255) = 62.5%

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

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 62.5%
G = 13.02%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0325E (or 0xF0325E) is known color: Radical Red. HEX triplet: F0, 32 and 5E. RGB value is (240,50,94). Sum of RGB (Red+Green+Blue) = 240+50+94=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0325E is #0FCDA1. Grayscale: #6F6F6F. Windows color (decimal): -1035682 or 6173424. OLE color: 6173424.

HSL color Cylindrical-coordinate representation of color #F0325E: hue angle of 346.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0325E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 94 -
CMYK 0 0.79 0.61 0.06
HSL 346.11º 0.86% 0.57% -
HSV(B) 346.11º 0.79% 0.94% -
XYZ 39.1 21.61 12.7 -
YUV 111.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 240 50 94 0 0.79 0.61 0.06 346.11 0.86 0.57
Hex F0 32 5E 0 4F 3D 6 15A 56 39
Octal 360 62 136 0 117 75 6 532 126 71
Binary 11110000 110010 1011110 0 1001111 111101 110 101011010 1010110 111001

Color Harmonies of #F0325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0325E

Black with #F0325E

Text Example


Text Example

White with #F0325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0325E; }

 p { color: rgb(240,50,94); }

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

background-color css

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

 a { background-color: rgb(240,50,94); }

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

border-color css

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

 span { border-color: rgb(240,50,94); }

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