Html Css Color HEX #F42D72 Radical Red

📋 copy color: '#F42D72'

red 244 ◦ green 45 ◦ blue 114

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

Shades of Radical Red #F42D72

Tints of Radical Red #F42D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 60.55%
G = 11.17%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F42D72 (or 0xF42D72) is known color: Radical Red. HEX triplet: F4, 2D and 72. RGB value is (244,45,114). Sum of RGB (Red+Green+Blue) = 244+45+114=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42D72 is #0BD28D. Grayscale: #707070. Windows color (decimal): -774798 or 7482868. OLE color: 7482868.

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

Color convert

RGB 244 45 114 -
CMYK 0 0.82 0.53 0.04
HSL 339.2º 0.9% 0.57% -
HSV(B) 339.2º 0.82% 0.96% -
XYZ 41.28 22.32 18.05 -
YUV 112.37 128.93 221.89 -
System Red Green Blue C M Y K H S L
Decimal 244 45 114 0 0.82 0.53 0.04 339.2 0.9 0.57
Hex F4 2D 72 0 52 35 4 153 5A 39
Octal 364 55 162 0 122 65 4 523 132 71
Binary 11110100 101101 1110010 0 1010010 110101 100 101010011 1011010 111001

Color Harmonies of #F42D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D72

Black with #F42D72

Text Example


Text Example

White with #F42D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D72; }

 p { color: rgb(244,45,114); }

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

background-color css

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

 a { background-color: rgb(244,45,114); }

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

border-color css

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

 span { border-color: rgb(244,45,114); }

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