Html Css Color HEX #F42E5E Radical Red

📋 copy color: '#F42E5E'

red 244 ◦ green 46 ◦ blue 94

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

Shades of Radical Red #F42E5E

Tints of Radical Red #F42E5E

RGB

 RED value IS 244 (95.7% from 255) = 63.54%

 GREEN value IS 46 (18.36% from 255) = 11.98%

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

R = 63.54%
G = 11.98%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F42E5E (or 0xF42E5E) is known color: Radical Red. HEX triplet: F4, 2E and 5E. RGB value is (244,46,94). Sum of RGB (Red+Green+Blue) = 244+46+94=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42E5E is #0BD1A1. Grayscale: #6E6E6E. Windows color (decimal): -774562 or 6172404. OLE color: 6172404.

HSL color Cylindrical-coordinate representation of color #F42E5E: hue angle of 345.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42E5E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 46 94 -
CMYK 0 0.81 0.61 0.04
HSL 345.45º 0.9% 0.57% -
HSV(B) 345.45º 0.81% 0.96% -
XYZ 40.31 22 12.71 -
YUV 110.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 244 46 94 0 0.81 0.61 0.04 345.45 0.9 0.57
Hex F4 2E 5E 0 51 3D 4 159 5A 39
Octal 364 56 136 0 121 75 4 531 132 71
Binary 11110100 101110 1011110 0 1010001 111101 100 101011001 1011010 111001

Color Harmonies of #F42E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42E5E

Black with #F42E5E

Text Example


Text Example

White with #F42E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42E5E; }

 p { color: rgb(244,46,94); }

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

background-color css

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

 a { background-color: rgb(244,46,94); }

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

border-color css

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

 span { border-color: rgb(244,46,94); }

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