Html Css Color HEX #F12A5E Radical Red

📋 copy color: '#F12A5E'

red 241 ◦ green 42 ◦ blue 94

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

Shades of Radical Red #F12A5E

Tints of Radical Red #F12A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

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

R = 63.93%
G = 11.14%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F12A5E (or 0xF12A5E) is known color: Radical Red. HEX triplet: F1, 2A and 5E. RGB value is (241,42,94). Sum of RGB (Red+Green+Blue) = 241+42+94=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A5E is #0ED5A1. Grayscale: #6B6B6B. Windows color (decimal): -972194 or 6171377. OLE color: 6171377.

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

Color convert

RGB 241 42 94 -
CMYK 0 0.83 0.61 0.05
HSL 344.32º 0.88% 0.55% -
HSV(B) 344.32º 0.83% 0.95% -
XYZ 39.12 21.16 12.61 -
YUV 107.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 241 42 94 0 0.83 0.61 0.05 344.32 0.88 0.55
Hex F1 2A 5E 0 53 3D 5 158 58 37
Octal 361 52 136 0 123 75 5 530 130 67
Binary 11110001 101010 1011110 0 1010011 111101 101 101011000 1011000 110111

Color Harmonies of #F12A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A5E

Black with #F12A5E

Text Example


Text Example

White with #F12A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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