Html Css Color HEX #F13953 Radical Red

📋 copy color: '#F13953'

red 241 ◦ green 57 ◦ blue 83

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

Shades of Radical Red #F13953

Tints of Radical Red #F13953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 63.25%
G = 14.96%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F13953 (or 0xF13953) is known color: Radical Red. HEX triplet: F1, 39 and 53. RGB value is (241,57,83). Sum of RGB (Red+Green+Blue) = 241+57+83=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F13953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13953 is #0EC6AC. Grayscale: #737373. Windows color (decimal): -968365 or 5454321. OLE color: 5454321.

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

Color convert

RGB 241 57 83 -
CMYK 0 0.76 0.66 0.05
HSL 351.52º 0.87% 0.58% -
HSV(B) 351.52º 0.76% 0.95% -
XYZ 39.3 22.25 10.41 -
YUV 114.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 241 57 83 0 0.76 0.66 0.05 351.52 0.87 0.58
Hex F1 39 53 0 4C 42 5 160 57 3A
Octal 361 71 123 0 114 102 5 540 127 72
Binary 11110001 111001 1010011 0 1001100 1000010 101 101100000 1010111 111010

Color Harmonies of #F13953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13953

Black with #F13953

Text Example


Text Example

White with #F13953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13953; }

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

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

background-color css

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

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

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

border-color css

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

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

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