Html Css Color HEX #F1415D Radical Red

📋 copy color: '#F1415D'

red 241 ◦ green 65 ◦ blue 93

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

Shades of Radical Red #F1415D

Tints of Radical Red #F1415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 60.4%
G = 16.29%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1415D (or 0xF1415D) is known color: Radical Red. HEX triplet: F1, 41 and 5D. RGB value is (241,65,93). Sum of RGB (Red+Green+Blue) = 241+65+93=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1415D is #0EBEA2. Grayscale: #787878. Windows color (decimal): -966307 or 6111729. OLE color: 6111729.

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

Color convert

RGB 241 65 93 -
CMYK 0 0.73 0.61 0.05
HSL 350.45º 0.86% 0.6% -
HSV(B) 350.45º 0.73% 0.95% -
XYZ 40.14 23.27 12.73 -
YUV 120.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 241 65 93 0 0.73 0.61 0.05 350.45 0.86 0.6
Hex F1 41 5D 0 49 3D 5 15E 56 3C
Octal 361 101 135 0 111 75 5 536 126 74
Binary 11110001 1000001 1011101 0 1001001 111101 101 101011110 1010110 111100

Color Harmonies of #F1415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1415D

Black with #F1415D

Text Example


Text Example

White with #F1415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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