Html Css Color HEX #F1385D Radical Red

📋 copy color: '#F1385D'

red 241 ◦ green 56 ◦ blue 93

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

Shades of Radical Red #F1385D

Tints of Radical Red #F1385D

RGB

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

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

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

R = 61.79%
G = 14.36%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1385D (or 0xF1385D) is known color: Radical Red. HEX triplet: F1, 38 and 5D. RGB value is (241,56,93). Sum of RGB (Red+Green+Blue) = 241+56+93=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1385D is #0EC7A2. Grayscale: #737373. Windows color (decimal): -968611 or 6109425. OLE color: 6109425.

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

Color convert

RGB 241 56 93 -
CMYK 0 0.77 0.61 0.05
HSL 348º 0.87% 0.58% -
HSV(B) 348º 0.77% 0.95% -
XYZ 39.67 22.32 12.57 -
YUV 115.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 241 56 93 0 0.77 0.61 0.05 348 0.87 0.58
Hex F1 38 5D 0 4D 3D 5 15C 57 3A
Octal 361 70 135 0 115 75 5 534 127 72
Binary 11110001 111000 1011101 0 1001101 111101 101 101011100 1010111 111010

Color Harmonies of #F1385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1385D

Black with #F1385D

Text Example


Text Example

White with #F1385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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