Html Css Color HEX #F1385B Radical Red

📋 copy color: '#F1385B'

red 241 ◦ green 56 ◦ blue 91

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

Shades of Radical Red #F1385B

Tints of Radical Red #F1385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

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

R = 62.11%
G = 14.43%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1385B (or 0xF1385B) is known color: Radical Red. HEX triplet: F1, 38 and 5B. RGB value is (241,56,91). Sum of RGB (Red+Green+Blue) = 241+56+91=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1385B is #0EC7A4. Grayscale: #737373. Windows color (decimal): -968613 or 5978353. OLE color: 5978353.

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

Color convert

RGB 241 56 91 -
CMYK 0 0.77 0.62 0.05
HSL 348.65º 0.87% 0.58% -
HSV(B) 348.65º 0.77% 0.95% -
XYZ 39.58 22.28 12.11 -
YUV 115.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 241 56 91 0 0.77 0.62 0.05 348.65 0.87 0.58
Hex F1 38 5B 0 4D 3E 5 15D 57 3A
Octal 361 70 133 0 115 76 5 535 127 72
Binary 11110001 111000 1011011 0 1001101 111110 101 101011101 1010111 111010

Color Harmonies of #F1385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1385B

Black with #F1385B

Text Example


Text Example

White with #F1385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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