Html Css Color HEX #F1415B Radical Red

📋 copy color: '#F1415B'

red 241 ◦ green 65 ◦ blue 91

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

Shades of Radical Red #F1415B

Tints of Radical Red #F1415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 60.71%
G = 16.37%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1415B (or 0xF1415B) is known color: Radical Red. HEX triplet: F1, 41 and 5B. RGB value is (241,65,91). Sum of RGB (Red+Green+Blue) = 241+65+91=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1415B is #0EBEA4. Grayscale: #787878. Windows color (decimal): -966309 or 5980657. OLE color: 5980657.

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

Color convert

RGB 241 65 91 -
CMYK 0 0.73 0.62 0.05
HSL 351.14º 0.86% 0.6% -
HSV(B) 351.14º 0.73% 0.95% -
XYZ 40.05 23.24 12.27 -
YUV 120.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 241 65 91 0 0.73 0.62 0.05 351.14 0.86 0.6
Hex F1 41 5B 0 49 3E 5 15F 56 3C
Octal 361 101 133 0 111 76 5 537 126 74
Binary 11110001 1000001 1011011 0 1001001 111110 101 101011111 1010110 111100

Color Harmonies of #F1415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1415B

Black with #F1415B

Text Example


Text Example

White with #F1415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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