Html Css Color HEX #F13A5E Radical Red

📋 copy color: '#F13A5E'

red 241 ◦ green 58 ◦ blue 94

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

Shades of Radical Red #F13A5E

Tints of Radical Red #F13A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.76%

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

R = 61.32%
G = 14.76%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F13A5E (or 0xF13A5E) is known color: Radical Red. HEX triplet: F1, 3A and 5E. RGB value is (241,58,94). Sum of RGB (Red+Green+Blue) = 241+58+94=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A5E is #0EC5A1. Grayscale: #747474. Windows color (decimal): -968098 or 6175473. OLE color: 6175473.

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

Color convert

RGB 241 58 94 -
CMYK 0 0.76 0.61 0.05
HSL 348.2º 0.87% 0.59% -
HSV(B) 348.2º 0.76% 0.95% -
XYZ 39.81 22.54 12.84 -
YUV 116.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 241 58 94 0 0.76 0.61 0.05 348.2 0.87 0.59
Hex F1 3A 5E 0 4C 3D 5 15C 57 3B
Octal 361 72 136 0 114 75 5 534 127 73
Binary 11110001 111010 1011110 0 1001100 111101 101 101011100 1010111 111011

Color Harmonies of #F13A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A5E

Black with #F13A5E

Text Example


Text Example

White with #F13A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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