Html Css Color HEX #F1366D Radical Red

📋 copy color: '#F1366D'

red 241 ◦ green 54 ◦ blue 109

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

Shades of Radical Red #F1366D

Tints of Radical Red #F1366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.37%

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 59.65%
G = 13.37%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1366D (or 0xF1366D) is known color: Radical Red. HEX triplet: F1, 36 and 6D. RGB value is (241,54,109). Sum of RGB (Red+Green+Blue) = 241+54+109=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1366D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1366D is #0EC992. Grayscale: #747474. Windows color (decimal): -969107 or 7157489. OLE color: 7157489.

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

Color convert

RGB 241 54 109 -
CMYK 0 0.78 0.55 0.05
HSL 342.35º 0.87% 0.58% -
HSV(B) 342.35º 0.78% 0.95% -
XYZ 40.36 22.44 16.67 -
YUV 116.18 123.95 217.03 -
System Red Green Blue C M Y K H S L
Decimal 241 54 109 0 0.78 0.55 0.05 342.35 0.87 0.58
Hex F1 36 6D 0 4E 37 5 156 57 3A
Octal 361 66 155 0 116 67 5 526 127 72
Binary 11110001 110110 1101101 0 1001110 110111 101 101010110 1010111 111010

Color Harmonies of #F1366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1366D

Black with #F1366D

Text Example


Text Example

White with #F1366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1366D; }

 p { color: rgb(241,54,109); }

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

background-color css

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

 a { background-color: rgb(241,54,109); }

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

border-color css

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

 span { border-color: rgb(241,54,109); }

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