Html Css Color HEX #F13E5E Radical Red

📋 copy color: '#F13E5E'

red 241 ◦ green 62 ◦ blue 94

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

Shades of Radical Red #F13E5E

Tints of Radical Red #F13E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

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

R = 60.71%
G = 15.62%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F13E5E (or 0xF13E5E) is known color: Radical Red. HEX triplet: F1, 3E and 5E. RGB value is (241,62,94). Sum of RGB (Red+Green+Blue) = 241+62+94=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E5E is #0EC1A1. Grayscale: #777777. Windows color (decimal): -967074 or 6176497. OLE color: 6176497.

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

Color convert

RGB 241 62 94 -
CMYK 0 0.74 0.61 0.05
HSL 349.27º 0.86% 0.59% -
HSV(B) 349.27º 0.74% 0.95% -
XYZ 40.02 22.95 12.91 -
YUV 119.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 241 62 94 0 0.74 0.61 0.05 349.27 0.86 0.59
Hex F1 3E 5E 0 4A 3D 5 15D 56 3B
Octal 361 76 136 0 112 75 5 535 126 73
Binary 11110001 111110 1011110 0 1001010 111101 101 101011101 1010110 111011

Color Harmonies of #F13E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E5E

Black with #F13E5E

Text Example


Text Example

White with #F13E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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