Html Css Color HEX #F13F51 Radical Red

📋 copy color: '#F13F51'

red 241 ◦ green 63 ◦ blue 81

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

Shades of Radical Red #F13F51

Tints of Radical Red #F13F51

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 62.6%
G = 16.36%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F13F51 (or 0xF13F51) is known color: Radical Red. HEX triplet: F1, 3F and 51. RGB value is (241,63,81). Sum of RGB (Red+Green+Blue) = 241+63+81=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F51 is #0EC0AE. Grayscale: #767676. Windows color (decimal): -966831 or 5324785. OLE color: 5324785.

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

Color convert

RGB 241 63 81 -
CMYK 0 0.74 0.66 0.05
HSL 353.93º 0.86% 0.6% -
HSV(B) 353.93º 0.74% 0.95% -
XYZ 39.54 22.85 10.11 -
YUV 118.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 241 63 81 0 0.74 0.66 0.05 353.93 0.86 0.6
Hex F1 3F 51 0 4A 42 5 162 56 3C
Octal 361 77 121 0 112 102 5 542 126 74
Binary 11110001 111111 1010001 0 1001010 1000010 101 101100010 1010110 111100

Color Harmonies of #F13F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F51

Black with #F13F51

Text Example


Text Example

White with #F13F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F51; }

 p { color: rgb(241,63,81); }

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

background-color css

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

 a { background-color: rgb(241,63,81); }

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

border-color css

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

 span { border-color: rgb(241,63,81); }

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