Html Css Color HEX #F1505C Radical Red

📋 copy color: '#F1505C'

red 241 ◦ green 80 ◦ blue 92

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

Shades of Radical Red #F1505C

Tints of Radical Red #F1505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 58.35%
G = 19.37%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1505C (or 0xF1505C) is known color: Radical Red. HEX triplet: F1, 50 and 5C. RGB value is (241,80,92). Sum of RGB (Red+Green+Blue) = 241+80+92=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1505C is #0EAFA3. Grayscale: #818181. Windows color (decimal): -962468 or 6050033. OLE color: 6050033.

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

Color convert

RGB 241 80 92 -
CMYK 0 0.67 0.62 0.05
HSL 355.53º 0.85% 0.63% -
HSV(B) 355.53º 0.67% 0.95% -
XYZ 41.08 25.21 12.83 -
YUV 129.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 241 80 92 0 0.67 0.62 0.05 355.53 0.85 0.63
Hex F1 50 5C 0 43 3E 5 164 55 3F
Octal 361 120 134 0 103 76 5 544 125 77
Binary 11110001 1010000 1011100 0 1000011 111110 101 101100100 1010101 111111

Color Harmonies of #F1505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1505C

Black with #F1505C

Text Example


Text Example

White with #F1505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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