Html Css Color HEX #F4245D Radical Red

📋 copy color: '#F4245D'

red 244 ◦ green 36 ◦ blue 93

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

Shades of Radical Red #F4245D

Tints of Radical Red #F4245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 65.42%
G = 9.65%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4245D (or 0xF4245D) is known color: Radical Red. HEX triplet: F4, 24 and 5D. RGB value is (244,36,93). Sum of RGB (Red+Green+Blue) = 244+36+93=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4245D is #0BDBA2. Grayscale: #686868. Windows color (decimal): -777123 or 6104308. OLE color: 6104308.

HSL color Cylindrical-coordinate representation of color #F4245D: hue angle of 343.56º 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 #F4245D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 93 -
CMYK 0 0.85 0.62 0.04
HSL 343.56º 0.9% 0.55% -
HSV(B) 343.56º 0.85% 0.96% -
XYZ 39.91 21.29 12.36 -
YUV 104.69 121.41 227.37 -
System Red Green Blue C M Y K H S L
Decimal 244 36 93 0 0.85 0.62 0.04 343.56 0.9 0.55
Hex F4 24 5D 0 55 3E 4 158 5A 37
Octal 364 44 135 0 125 76 4 530 132 67
Binary 11110100 100100 1011101 0 1010101 111110 100 101011000 1011010 110111

Color Harmonies of #F4245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4245D

Black with #F4245D

Text Example


Text Example

White with #F4245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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