Html Css Color HEX #F1386A Radical Red

📋 copy color: '#F1386A'

red 241 ◦ green 56 ◦ blue 106

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

Shades of Radical Red #F1386A

Tints of Radical Red #F1386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 59.8%
G = 13.9%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1386A (or 0xF1386A) is known color: Radical Red. HEX triplet: F1, 38 and 6A. RGB value is (241,56,106). Sum of RGB (Red+Green+Blue) = 241+56+106=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1386A is #0EC795. Grayscale: #757575. Windows color (decimal): -968598 or 6961393. OLE color: 6961393.

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

Color convert

RGB 241 56 106 -
CMYK 0 0.77 0.56 0.05
HSL 343.78º 0.87% 0.58% -
HSV(B) 343.78º 0.77% 0.95% -
XYZ 40.29 22.57 15.87 -
YUV 117.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 241 56 106 0 0.77 0.56 0.05 343.78 0.87 0.58
Hex F1 38 6A 0 4D 38 5 158 57 3A
Octal 361 70 152 0 115 70 5 530 127 72
Binary 11110001 111000 1101010 0 1001101 111000 101 101011000 1010111 111010

Color Harmonies of #F1386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1386A

Black with #F1386A

Text Example


Text Example

White with #F1386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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