Html Css Color HEX #F13C5A Radical Red

📋 copy color: '#F13C5A'

red 241 ◦ green 60 ◦ blue 90

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

Shades of Radical Red #F13C5A

Tints of Radical Red #F13C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 61.64%
G = 15.35%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F13C5A (or 0xF13C5A) is known color: Radical Red. HEX triplet: F1, 3C and 5A. RGB value is (241,60,90). Sum of RGB (Red+Green+Blue) = 241+60+90=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C5A is #0EC3A5. Grayscale: #757575. Windows color (decimal): -967590 or 5913841. OLE color: 5913841.

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

Color convert

RGB 241 60 90 -
CMYK 0 0.75 0.63 0.05
HSL 350.06º 0.87% 0.59% -
HSV(B) 350.06º 0.75% 0.95% -
XYZ 39.74 22.67 11.95 -
YUV 117.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 241 60 90 0 0.75 0.63 0.05 350.06 0.87 0.59
Hex F1 3C 5A 0 4B 3F 5 15E 57 3B
Octal 361 74 132 0 113 77 5 536 127 73
Binary 11110001 111100 1011010 0 1001011 111111 101 101011110 1010111 111011

Color Harmonies of #F13C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C5A

Black with #F13C5A

Text Example


Text Example

White with #F13C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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