Html Css Color HEX #F1305D Radical Red

📋 copy color: '#F1305D'

red 241 ◦ green 48 ◦ blue 93

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

Shades of Radical Red #F1305D

Tints of Radical Red #F1305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.57%

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

R = 63.09%
G = 12.57%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1305D (or 0xF1305D) is known color: Radical Red. HEX triplet: F1, 30 and 5D. RGB value is (241,48,93). Sum of RGB (Red+Green+Blue) = 241+48+93=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1305D is #0ECFA2. Grayscale: #6E6E6E. Windows color (decimal): -970659 or 6107377. OLE color: 6107377.

HSL color Cylindrical-coordinate representation of color #F1305D: hue angle of 346.01º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1305D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 93 -
CMYK 0 0.80 0.61 0.05
HSL 346.01º 0.87% 0.57% -
HSV(B) 346.01º 0.8% 0.95% -
XYZ 39.31 21.6 12.45 -
YUV 110.84 117.94 220.84 -
System Red Green Blue C M Y K H S L
Decimal 241 48 93 0 0.80 0.61 0.05 346.01 0.87 0.57
Hex F1 30 5D 0 50 3D 5 15A 57 39
Octal 361 60 135 0 120 75 5 532 127 71
Binary 11110001 110000 1011101 0 1010000 111101 101 101011010 1010111 111001

Color Harmonies of #F1305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1305D

Black with #F1305D

Text Example


Text Example

White with #F1305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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