Html Css Color HEX #F42E5C Radical Red

📋 copy color: '#F42E5C'

red 244 ◦ green 46 ◦ blue 92

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

Shades of Radical Red #F42E5C

Tints of Radical Red #F42E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 63.87%
G = 12.04%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F42E5C (or 0xF42E5C) is known color: Radical Red. HEX triplet: F4, 2E and 5C. RGB value is (244,46,92). Sum of RGB (Red+Green+Blue) = 244+46+92=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42E5C is #0BD1A3. Grayscale: #6E6E6E. Windows color (decimal): -774564 or 6041332. OLE color: 6041332.

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

Color convert

RGB 244 46 92 -
CMYK 0 0.81 0.62 0.04
HSL 346.06º 0.9% 0.57% -
HSV(B) 346.06º 0.81% 0.96% -
XYZ 40.22 21.96 12.24 -
YUV 110.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 244 46 92 0 0.81 0.62 0.04 346.06 0.9 0.57
Hex F4 2E 5C 0 51 3E 4 15A 5A 39
Octal 364 56 134 0 121 76 4 532 132 71
Binary 11110100 101110 1011100 0 1010001 111110 100 101011010 1011010 111001

Color Harmonies of #F42E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42E5C

Black with #F42E5C

Text Example


Text Example

White with #F42E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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