Html Css Color HEX #F1355B Radical Red

📋 copy color: '#F1355B'

red 241 ◦ green 53 ◦ blue 91

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

Shades of Radical Red #F1355B

Tints of Radical Red #F1355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.77%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 62.6%
G = 13.77%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1355B (or 0xF1355B) is known color: Radical Red. HEX triplet: F1, 35 and 5B. RGB value is (241,53,91). Sum of RGB (Red+Green+Blue) = 241+53+91=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1355B is #0ECAA4. Grayscale: #717171. Windows color (decimal): -969381 or 5977585. OLE color: 5977585.

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

Color convert

RGB 241 53 91 -
CMYK 0 0.78 0.62 0.05
HSL 347.87º 0.87% 0.58% -
HSV(B) 347.87º 0.78% 0.95% -
XYZ 39.44 22 12.07 -
YUV 113.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 241 53 91 0 0.78 0.62 0.05 347.87 0.87 0.58
Hex F1 35 5B 0 4E 3E 5 15C 57 3A
Octal 361 65 133 0 116 76 5 534 127 72
Binary 11110001 110101 1011011 0 1001110 111110 101 101011100 1010111 111010

Color Harmonies of #F1355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1355B

Black with #F1355B

Text Example


Text Example

White with #F1355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1355B; }

 p { color: rgb(241,53,91); }

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

background-color css

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

 a { background-color: rgb(241,53,91); }

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

border-color css

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

 span { border-color: rgb(241,53,91); }

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