Html Css Color HEX #F13C5D Radical Red

📋 copy color: '#F13C5D'

red 241 ◦ green 60 ◦ blue 93

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

Shades of Radical Red #F13C5D

Tints of Radical Red #F13C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.23%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 61.17%
G = 15.23%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F13C5D (or 0xF13C5D) is known color: Radical Red. HEX triplet: F1, 3C and 5D. RGB value is (241,60,93). Sum of RGB (Red+Green+Blue) = 241+60+93=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C5D is #0EC3A2. Grayscale: #757575. Windows color (decimal): -967587 or 6110449. OLE color: 6110449.

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

Color convert

RGB 241 60 93 -
CMYK 0 0.75 0.61 0.05
HSL 349.06º 0.87% 0.59% -
HSV(B) 349.06º 0.75% 0.95% -
XYZ 39.87 22.72 12.64 -
YUV 117.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 241 60 93 0 0.75 0.61 0.05 349.06 0.87 0.59
Hex F1 3C 5D 0 4B 3D 5 15D 57 3B
Octal 361 74 135 0 113 75 5 535 127 73
Binary 11110001 111100 1011101 0 1001011 111101 101 101011101 1010111 111011

Color Harmonies of #F13C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C5D

Black with #F13C5D

Text Example


Text Example

White with #F13C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C5D; }

 p { color: rgb(241,60,93); }

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

background-color css

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

 a { background-color: rgb(241,60,93); }

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

border-color css

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

 span { border-color: rgb(241,60,93); }

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