Html Css Color HEX #F42F72 Radical Red

📋 copy color: '#F42F72'

red 244 ◦ green 47 ◦ blue 114

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

Shades of Radical Red #F42F72

Tints of Radical Red #F42F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.6%

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

R = 60.25%
G = 11.6%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F42F72 (or 0xF42F72) is known color: Radical Red. HEX triplet: F4, 2F and 72. RGB value is (244,47,114). Sum of RGB (Red+Green+Blue) = 244+47+114=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F72 is #0BD08D. Grayscale: #717171. Windows color (decimal): -774286 or 7483380. OLE color: 7483380.

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

Color convert

RGB 244 47 114 -
CMYK 0 0.81 0.53 0.04
HSL 339.59º 0.9% 0.57% -
HSV(B) 339.59º 0.81% 0.96% -
XYZ 41.36 22.48 18.08 -
YUV 113.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 244 47 114 0 0.81 0.53 0.04 339.59 0.9 0.57
Hex F4 2F 72 0 51 35 4 154 5A 39
Octal 364 57 162 0 121 65 4 524 132 71
Binary 11110100 101111 1110010 0 1010001 110101 100 101010100 1011010 111001

Color Harmonies of #F42F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F72

Black with #F42F72

Text Example


Text Example

White with #F42F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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