Html Css Color HEX #F13457 Radical Red

📋 copy color: '#F13457'

red 241 ◦ green 52 ◦ blue 87

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

Shades of Radical Red #F13457

Tints of Radical Red #F13457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

 BLUE value IS 87 (34.38% from 255) = 22.89%

R = 63.42%
G = 13.68%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F13457 (or 0xF13457) is known color: Radical Red. HEX triplet: F1, 34 and 57. RGB value is (241,52,87). Sum of RGB (Red+Green+Blue) = 241+52+87=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F13457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13457 is #0ECBA8. Grayscale: #707070. Windows color (decimal): -969641 or 5715185. OLE color: 5715185.

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

Color convert

RGB 241 52 87 -
CMYK 0 0.78 0.64 0.05
HSL 348.89º 0.87% 0.57% -
HSV(B) 348.89º 0.78% 0.95% -
XYZ 39.22 21.84 11.17 -
YUV 112.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 241 52 87 0 0.78 0.64 0.05 348.89 0.87 0.57
Hex F1 34 57 0 4E 40 5 15D 57 39
Octal 361 64 127 0 116 100 5 535 127 71
Binary 11110001 110100 1010111 0 1001110 1000000 101 101011101 1010111 111001

Color Harmonies of #F13457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13457

Black with #F13457

Text Example


Text Example

White with #F13457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13457; }

 p { color: rgb(241,52,87); }

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

background-color css

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

 a { background-color: rgb(241,52,87); }

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

border-color css

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

 span { border-color: rgb(241,52,87); }

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