Html Css Color HEX #F13757 Radical Red

📋 copy color: '#F13757'

red 241 ◦ green 55 ◦ blue 87

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

Shades of Radical Red #F13757

Tints of Radical Red #F13757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

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

R = 62.92%
G = 14.36%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F13757 (or 0xF13757) is known color: Radical Red. HEX triplet: F1, 37 and 57. RGB value is (241,55,87). Sum of RGB (Red+Green+Blue) = 241+55+87=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F13757 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13757 is #0EC8A8. Grayscale: #727272. Windows color (decimal): -968873 or 5715953. OLE color: 5715953.

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

Color convert

RGB 241 55 87 -
CMYK 0 0.77 0.64 0.05
HSL 349.68º 0.87% 0.58% -
HSV(B) 349.68º 0.77% 0.95% -
XYZ 39.36 22.12 11.21 -
YUV 114.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 241 55 87 0 0.77 0.64 0.05 349.68 0.87 0.58
Hex F1 37 57 0 4D 40 5 15E 57 3A
Octal 361 67 127 0 115 100 5 536 127 72
Binary 11110001 110111 1010111 0 1001101 1000000 101 101011110 1010111 111010

Color Harmonies of #F13757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13757

Black with #F13757

Text Example


Text Example

White with #F13757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13757; }

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

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

background-color css

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

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

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

border-color css

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

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

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