Html Css Color HEX #F13C54 Radical Red

📋 copy color: '#F13C54'

red 241 ◦ green 60 ◦ blue 84

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

Shades of Radical Red #F13C54

Tints of Radical Red #F13C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.82%

R = 62.6%
G = 15.58%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F13C54 (or 0xF13C54) is known color: Radical Red. HEX triplet: F1, 3C and 54. RGB value is (241,60,84). Sum of RGB (Red+Green+Blue) = 241+60+84=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C54 is #0EC3AB. Grayscale: #747474. Windows color (decimal): -967596 or 5520625. OLE color: 5520625.

HSL color Cylindrical-coordinate representation of color #F13C54: hue angle of 352.04º 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 #F13C54 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 84 -
CMYK 0 0.75 0.65 0.05
HSL 352.04º 0.87% 0.59% -
HSV(B) 352.04º 0.75% 0.95% -
XYZ 39.49 22.57 10.66 -
YUV 116.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 241 60 84 0 0.75 0.65 0.05 352.04 0.87 0.59
Hex F1 3C 54 0 4B 41 5 160 57 3B
Octal 361 74 124 0 113 101 5 540 127 73
Binary 11110001 111100 1010100 0 1001011 1000001 101 101100000 1010111 111011

Color Harmonies of #F13C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C54

Black with #F13C54

Text Example


Text Example

White with #F13C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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