Html Css Color HEX #F13954 Radical Red

📋 copy color: '#F13954'

red 241 ◦ green 57 ◦ blue 84

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

Shades of Radical Red #F13954

Tints of Radical Red #F13954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 63.09%
G = 14.92%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F13954 (or 0xF13954) is known color: Radical Red. HEX triplet: F1, 39 and 54. RGB value is (241,57,84). Sum of RGB (Red+Green+Blue) = 241+57+84=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F13954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13954 is #0EC6AB. Grayscale: #737373. Windows color (decimal): -968364 or 5519857. OLE color: 5519857.

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

Color convert

RGB 241 57 84 -
CMYK 0 0.76 0.65 0.05
HSL 351.2º 0.87% 0.58% -
HSV(B) 351.2º 0.76% 0.95% -
XYZ 39.34 22.27 10.61 -
YUV 115.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 241 57 84 0 0.76 0.65 0.05 351.2 0.87 0.58
Hex F1 39 54 0 4C 41 5 15F 57 3A
Octal 361 71 124 0 114 101 5 537 127 72
Binary 11110001 111001 1010100 0 1001100 1000001 101 101011111 1010111 111010

Color Harmonies of #F13954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13954

Black with #F13954

Text Example


Text Example

White with #F13954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13954; }

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

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

background-color css

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

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

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

border-color css

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

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

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