Html Css Color HEX #F1365D Radical Red

📋 copy color: '#F1365D'

red 241 ◦ green 54 ◦ blue 93

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

Shades of Radical Red #F1365D

Tints of Radical Red #F1365D

RGB

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

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

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

R = 62.11%
G = 13.92%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1365D (or 0xF1365D) is known color: Radical Red. HEX triplet: F1, 36 and 5D. RGB value is (241,54,93). Sum of RGB (Red+Green+Blue) = 241+54+93=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1365D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1365D is #0EC9A2. Grayscale: #727272. Windows color (decimal): -969123 or 6108913. OLE color: 6108913.

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

Color convert

RGB 241 54 93 -
CMYK 0 0.78 0.61 0.05
HSL 347.49º 0.87% 0.58% -
HSV(B) 347.49º 0.78% 0.95% -
XYZ 39.57 22.13 12.54 -
YUV 114.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 241 54 93 0 0.78 0.61 0.05 347.49 0.87 0.58
Hex F1 36 5D 0 4E 3D 5 15B 57 3A
Octal 361 66 135 0 116 75 5 533 127 72
Binary 11110001 110110 1011101 0 1001110 111101 101 101011011 1010111 111010

Color Harmonies of #F1365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1365D

Black with #F1365D

Text Example


Text Example

White with #F1365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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