Html Css Color HEX #F12F5E Radical Red

📋 copy color: '#F12F5E'

red 241 ◦ green 47 ◦ blue 94

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

Shades of Radical Red #F12F5E

Tints of Radical Red #F12F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 63.09%
G = 12.3%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F12F5E (or 0xF12F5E) is known color: Radical Red. HEX triplet: F1, 2F and 5E. RGB value is (241,47,94). Sum of RGB (Red+Green+Blue) = 241+47+94=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F5E is #0ED0A1. Grayscale: #6E6E6E. Windows color (decimal): -970914 or 6172657. OLE color: 6172657.

HSL color Cylindrical-coordinate representation of color #F12F5E: hue angle of 345.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F5E is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 94 -
CMYK 0 0.80 0.61 0.05
HSL 345.46º 0.87% 0.56% -
HSV(B) 345.46º 0.8% 0.95% -
XYZ 39.31 21.54 12.68 -
YUV 110.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 241 47 94 0 0.80 0.61 0.05 345.46 0.87 0.56
Hex F1 2F 5E 0 50 3D 5 159 57 38
Octal 361 57 136 0 120 75 5 531 127 70
Binary 11110001 101111 1011110 0 1010000 111101 101 101011001 1010111 111000

Color Harmonies of #F12F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F5E

Black with #F12F5E

Text Example


Text Example

White with #F12F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F5E; }

 p { color: rgb(241,47,94); }

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

background-color css

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

 a { background-color: rgb(241,47,94); }

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

border-color css

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

 span { border-color: rgb(241,47,94); }

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