Html Css Color HEX #F13D5E Radical Red

📋 copy color: '#F13D5E'

red 241 ◦ green 61 ◦ blue 94

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

Shades of Radical Red #F13D5E

Tints of Radical Red #F13D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 60.86%
G = 15.4%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F13D5E (or 0xF13D5E) is known color: Radical Red. HEX triplet: F1, 3D and 5E. RGB value is (241,61,94). Sum of RGB (Red+Green+Blue) = 241+61+94=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D5E is #0EC2A1. Grayscale: #767676. Windows color (decimal): -967330 or 6176241. OLE color: 6176241.

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

Color convert

RGB 241 61 94 -
CMYK 0 0.75 0.61 0.05
HSL 349º 0.87% 0.59% -
HSV(B) 349º 0.75% 0.95% -
XYZ 39.96 22.85 12.89 -
YUV 118.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 241 61 94 0 0.75 0.61 0.05 349 0.87 0.59
Hex F1 3D 5E 0 4B 3D 5 15D 57 3B
Octal 361 75 136 0 113 75 5 535 127 73
Binary 11110001 111101 1011110 0 1001011 111101 101 101011101 1010111 111011

Color Harmonies of #F13D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D5E

Black with #F13D5E

Text Example


Text Example

White with #F13D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D5E; }

 p { color: rgb(241,61,94); }

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

background-color css

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

 a { background-color: rgb(241,61,94); }

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

border-color css

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

 span { border-color: rgb(241,61,94); }

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