Html Css Color HEX #F12C62 Radical Red

📋 copy color: '#F12C62'

red 241 ◦ green 44 ◦ blue 98

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

Shades of Radical Red #F12C62

Tints of Radical Red #F12C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 62.92%
G = 11.49%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F12C62 (or 0xF12C62) is known color: Radical Red. HEX triplet: F1, 2C and 62. RGB value is (241,44,98). Sum of RGB (Red+Green+Blue) = 241+44+98=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C62 is #0ED39D. Grayscale: #6D6D6D. Windows color (decimal): -971678 or 6434033. OLE color: 6434033.

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

Color convert

RGB 241 44 98 -
CMYK 0 0.82 0.59 0.05
HSL 343.55º 0.88% 0.56% -
HSV(B) 343.55º 0.82% 0.95% -
XYZ 39.38 21.38 13.61 -
YUV 109.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 241 44 98 0 0.82 0.59 0.05 343.55 0.88 0.56
Hex F1 2C 62 0 52 3B 5 158 58 38
Octal 361 54 142 0 122 73 5 530 130 70
Binary 11110001 101100 1100010 0 1010010 111011 101 101011000 1011000 111000

Color Harmonies of #F12C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C62

Black with #F12C62

Text Example


Text Example

White with #F12C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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