Html Css Color HEX #F1325E Radical Red

📋 copy color: '#F1325E'

red 241 ◦ green 50 ◦ blue 94

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

Shades of Radical Red #F1325E

Tints of Radical Red #F1325E

RGB

 RED value IS 241 (94.53% from 255) = 62.6%

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

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

R = 62.6%
G = 12.99%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1325E (or 0xF1325E) is known color: Radical Red. HEX triplet: F1, 32 and 5E. RGB value is (241,50,94). Sum of RGB (Red+Green+Blue) = 241+50+94=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1325E is #0ECDA1. Grayscale: #707070. Windows color (decimal): -970146 or 6173425. OLE color: 6173425.

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

Color convert

RGB 241 50 94 -
CMYK 0 0.79 0.61 0.05
HSL 346.18º 0.87% 0.57% -
HSV(B) 346.18º 0.79% 0.95% -
XYZ 39.44 21.79 12.72 -
YUV 112.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 241 50 94 0 0.79 0.61 0.05 346.18 0.87 0.57
Hex F1 32 5E 0 4F 3D 5 15A 57 39
Octal 361 62 136 0 117 75 5 532 127 71
Binary 11110001 110010 1011110 0 1001111 111101 101 101011010 1010111 111001

Color Harmonies of #F1325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1325E

Black with #F1325E

Text Example


Text Example

White with #F1325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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