Html Css Color HEX #F1396A Radical Red

📋 copy color: '#F1396A'

red 241 ◦ green 57 ◦ blue 106

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

Shades of Radical Red #F1396A

Tints of Radical Red #F1396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.11%

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

R = 59.65%
G = 14.11%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1396A (or 0xF1396A) is known color: Radical Red. HEX triplet: F1, 39 and 6A. RGB value is (241,57,106). Sum of RGB (Red+Green+Blue) = 241+57+106=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1396A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1396A is #0EC695. Grayscale: #757575. Windows color (decimal): -968342 or 6961649. OLE color: 6961649.

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

Color convert

RGB 241 57 106 -
CMYK 0 0.76 0.56 0.05
HSL 344.02º 0.87% 0.58% -
HSV(B) 344.02º 0.76% 0.95% -
XYZ 40.34 22.67 15.88 -
YUV 117.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 241 57 106 0 0.76 0.56 0.05 344.02 0.87 0.58
Hex F1 39 6A 0 4C 38 5 158 57 3A
Octal 361 71 152 0 114 70 5 530 127 72
Binary 11110001 111001 1101010 0 1001100 111000 101 101011000 1010111 111010

Color Harmonies of #F1396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1396A

Black with #F1396A

Text Example


Text Example

White with #F1396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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