Html Css Color HEX #F13A6D Radical Red

📋 copy color: '#F13A6D'

red 241 ◦ green 58 ◦ blue 109

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

Shades of Radical Red #F13A6D

Tints of Radical Red #F13A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.22%

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 59.07%
G = 14.22%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F13A6D (or 0xF13A6D) is known color: Radical Red. HEX triplet: F1, 3A and 6D. RGB value is (241,58,109). Sum of RGB (Red+Green+Blue) = 241+58+109=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A6D is #0EC592. Grayscale: #767676. Windows color (decimal): -968083 or 7158513. OLE color: 7158513.

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

Color convert

RGB 241 58 109 -
CMYK 0 0.76 0.55 0.05
HSL 343.28º 0.87% 0.59% -
HSV(B) 343.28º 0.76% 0.95% -
XYZ 40.55 22.83 16.74 -
YUV 118.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 241 58 109 0 0.76 0.55 0.05 343.28 0.87 0.59
Hex F1 3A 6D 0 4C 37 5 157 57 3B
Octal 361 72 155 0 114 67 5 527 127 73
Binary 11110001 111010 1101101 0 1001100 110111 101 101010111 1010111 111011

Color Harmonies of #F13A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A6D

Black with #F13A6D

Text Example


Text Example

White with #F13A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A6D; }

 p { color: rgb(241,58,109); }

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

background-color css

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

 a { background-color: rgb(241,58,109); }

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

border-color css

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

 span { border-color: rgb(241,58,109); }

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