Html Css Color HEX #F13D6D Radical Red

📋 copy color: '#F13D6D'

red 241 ◦ green 61 ◦ blue 109

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

Shades of Radical Red #F13D6D

Tints of Radical Red #F13D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

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

R = 58.64%
G = 14.84%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F13D6D (or 0xF13D6D) is known color: Radical Red. HEX triplet: F1, 3D and 6D. RGB value is (241,61,109). Sum of RGB (Red+Green+Blue) = 241+61+109=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D6D is #0EC292. Grayscale: #787878. Windows color (decimal): -967315 or 7159281. OLE color: 7159281.

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

Color convert

RGB 241 61 109 -
CMYK 0 0.75 0.55 0.05
HSL 344º 0.87% 0.59% -
HSV(B) 344º 0.75% 0.95% -
XYZ 40.7 23.14 16.79 -
YUV 120.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 241 61 109 0 0.75 0.55 0.05 344 0.87 0.59
Hex F1 3D 6D 0 4B 37 5 158 57 3B
Octal 361 75 155 0 113 67 5 530 127 73
Binary 11110001 111101 1101101 0 1001011 110111 101 101011000 1010111 111011

Color Harmonies of #F13D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D6D

Black with #F13D6D

Text Example


Text Example

White with #F13D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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