Html Css Color HEX #F13E5C Radical Red

📋 copy color: '#F13E5C'

red 241 ◦ green 62 ◦ blue 92

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

Shades of Radical Red #F13E5C

Tints of Radical Red #F13E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 61.01%
G = 15.7%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F13E5C (or 0xF13E5C) is known color: Radical Red. HEX triplet: F1, 3E and 5C. RGB value is (241,62,92). Sum of RGB (Red+Green+Blue) = 241+62+92=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E5C is #0EC1A3. Grayscale: #777777. Windows color (decimal): -967076 or 6045425. OLE color: 6045425.

HSL color Cylindrical-coordinate representation of color #F13E5C: hue angle of 349.94º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13E5C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 62 92 -
CMYK 0 0.74 0.62 0.05
HSL 349.94º 0.86% 0.59% -
HSV(B) 349.94º 0.74% 0.95% -
XYZ 39.93 22.92 12.44 -
YUV 118.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 241 62 92 0 0.74 0.62 0.05 349.94 0.86 0.59
Hex F1 3E 5C 0 4A 3E 5 15E 56 3B
Octal 361 76 134 0 112 76 5 536 126 73
Binary 11110001 111110 1011100 0 1001010 111110 101 101011110 1010110 111011

Color Harmonies of #F13E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E5C

Black with #F13E5C

Text Example


Text Example

White with #F13E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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