Html Css Color HEX #F1505D Radical Red

📋 copy color: '#F1505D'

red 241 ◦ green 80 ◦ blue 93

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

Shades of Radical Red #F1505D

Tints of Radical Red #F1505D

RGB

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

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

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

R = 58.21%
G = 19.32%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1505D (or 0xF1505D) is known color: Radical Red. HEX triplet: F1, 50 and 5D. RGB value is (241,80,93). Sum of RGB (Red+Green+Blue) = 241+80+93=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1505D is #0EAFA2. Grayscale: #818181. Windows color (decimal): -962467 or 6115569. OLE color: 6115569.

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

Color convert

RGB 241 80 93 -
CMYK 0 0.67 0.61 0.05
HSL 355.16º 0.85% 0.63% -
HSV(B) 355.16º 0.67% 0.95% -
XYZ 41.12 25.23 13.06 -
YUV 129.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 241 80 93 0 0.67 0.61 0.05 355.16 0.85 0.63
Hex F1 50 5D 0 43 3D 5 163 55 3F
Octal 361 120 135 0 103 75 5 543 125 77
Binary 11110001 1010000 1011101 0 1000011 111101 101 101100011 1010101 111111

Color Harmonies of #F1505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1505D

Black with #F1505D

Text Example


Text Example

White with #F1505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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