Html Css Color HEX #F4245E Radical Red

📋 copy color: '#F4245E'

red 244 ◦ green 36 ◦ blue 94

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

Shades of Radical Red #F4245E

Tints of Radical Red #F4245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 65.24%
G = 9.63%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4245E (or 0xF4245E) is known color: Radical Red. HEX triplet: F4, 24 and 5E. RGB value is (244,36,94). Sum of RGB (Red+Green+Blue) = 244+36+94=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4245E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4245E is #0BDBA1. Grayscale: #686868. Windows color (decimal): -777122 or 6169844. OLE color: 6169844.

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

Color convert

RGB 244 36 94 -
CMYK 0 0.85 0.61 0.04
HSL 343.27º 0.9% 0.55% -
HSV(B) 343.27º 0.85% 0.96% -
XYZ 39.96 21.3 12.6 -
YUV 104.8 121.91 227.28 -
System Red Green Blue C M Y K H S L
Decimal 244 36 94 0 0.85 0.61 0.04 343.27 0.9 0.55
Hex F4 24 5E 0 55 3D 4 157 5A 37
Octal 364 44 136 0 125 75 4 527 132 67
Binary 11110100 100100 1011110 0 1010101 111101 100 101010111 1011010 110111

Color Harmonies of #F4245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4245E

Black with #F4245E

Text Example


Text Example

White with #F4245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4245E; }

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

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

background-color css

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

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

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

border-color css

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

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

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