Html Css Color HEX #F12C61 Radical Red

📋 copy color: '#F12C61'

red 241 ◦ green 44 ◦ blue 97

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

Shades of Radical Red #F12C61

Tints of Radical Red #F12C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

 BLUE value IS 97 (38.28% from 255) = 25.39%

R = 63.09%
G = 11.52%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F12C61 (or 0xF12C61) is known color: Radical Red. HEX triplet: F1, 2C and 61. RGB value is (241,44,97). Sum of RGB (Red+Green+Blue) = 241+44+97=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C61 is #0ED39E. Grayscale: #6C6C6C. Windows color (decimal): -971679 or 6368497. OLE color: 6368497.

HSL color Cylindrical-coordinate representation of color #F12C61: hue angle of 343.86º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C61 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 44 97 -
CMYK 0 0.82 0.60 0.05
HSL 343.86º 0.88% 0.56% -
HSV(B) 343.86º 0.82% 0.95% -
XYZ 39.33 21.37 13.36 -
YUV 108.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 241 44 97 0 0.82 0.60 0.05 343.86 0.88 0.56
Hex F1 2C 61 0 52 3C 5 158 58 38
Octal 361 54 141 0 122 74 5 530 130 70
Binary 11110001 101100 1100001 0 1010010 111100 101 101011000 1011000 111000

Color Harmonies of #F12C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C61

Black with #F12C61

Text Example


Text Example

White with #F12C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C61; }

 p { color: rgb(241,44,97); }

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

background-color css

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

 a { background-color: rgb(241,44,97); }

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

border-color css

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

 span { border-color: rgb(241,44,97); }

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