Html Css Color HEX #F15056 Radical Red

📋 copy color: '#F15056'

red 241 ◦ green 80 ◦ blue 86

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

Shades of Radical Red #F15056

Tints of Radical Red #F15056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 59.21%
G = 19.66%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F15056 (or 0xF15056) is known color: Radical Red. HEX triplet: F1, 50 and 56. RGB value is (241,80,86). Sum of RGB (Red+Green+Blue) = 241+80+86=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F15056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15056 is #0EAFA9. Grayscale: #808080. Windows color (decimal): -962474 or 5656817. OLE color: 5656817.

HSL color Cylindrical-coordinate representation of color #F15056: hue angle of 357.76º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15056 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 86 -
CMYK 0 0.67 0.64 0.05
HSL 357.76º 0.85% 0.63% -
HSV(B) 357.76º 0.67% 0.95% -
XYZ 40.82 25.11 11.5 -
YUV 128.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 241 80 86 0 0.67 0.64 0.05 357.76 0.85 0.63
Hex F1 50 56 0 43 40 5 166 55 3F
Octal 361 120 126 0 103 100 5 546 125 77
Binary 11110001 1010000 1010110 0 1000011 1000000 101 101100110 1010101 111111

Color Harmonies of #F15056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15056

Black with #F15056

Text Example


Text Example

White with #F15056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15056; }

 p { color: rgb(241,80,86); }

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

background-color css

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

 a { background-color: rgb(241,80,86); }

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

border-color css

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

 span { border-color: rgb(241,80,86); }

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