Html Css Color HEX #F13C6F Radical Red

📋 copy color: '#F13C6F'

red 241 ◦ green 60 ◦ blue 111

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

Shades of Radical Red #F13C6F

Tints of Radical Red #F13C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 58.5%
G = 14.56%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F13C6F (or 0xF13C6F) is known color: Radical Red. HEX triplet: F1, 3C and 6F. RGB value is (241,60,111). Sum of RGB (Red+Green+Blue) = 241+60+111=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C6F is #0EC390. Grayscale: #777777. Windows color (decimal): -967569 or 7290097. OLE color: 7290097.

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

Color convert

RGB 241 60 111 -
CMYK 0 0.75 0.54 0.05
HSL 343.09º 0.87% 0.59% -
HSV(B) 343.09º 0.75% 0.95% -
XYZ 40.76 23.08 17.35 -
YUV 119.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 241 60 111 0 0.75 0.54 0.05 343.09 0.87 0.59
Hex F1 3C 6F 0 4B 36 5 157 57 3B
Octal 361 74 157 0 113 66 5 527 127 73
Binary 11110001 111100 1101111 0 1001011 110110 101 101010111 1010111 111011

Color Harmonies of #F13C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C6F

Black with #F13C6F

Text Example


Text Example

White with #F13C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C6F; }

 p { color: rgb(241,60,111); }

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

background-color css

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

 a { background-color: rgb(241,60,111); }

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

border-color css

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

 span { border-color: rgb(241,60,111); }

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