Html Css Color HEX #F42F71 Radical Red

📋 copy color: '#F42F71'

red 244 ◦ green 47 ◦ blue 113

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

Shades of Radical Red #F42F71

Tints of Radical Red #F42F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 60.4%
G = 11.63%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F42F71 (or 0xF42F71) is known color: Radical Red. HEX triplet: F4, 2F and 71. RGB value is (244,47,113). Sum of RGB (Red+Green+Blue) = 244+47+113=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F71 is #0BD08E. Grayscale: #717171. Windows color (decimal): -774287 or 7417844. OLE color: 7417844.

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

Color convert

RGB 244 47 113 -
CMYK 0 0.81 0.54 0.04
HSL 339.9º 0.9% 0.57% -
HSV(B) 339.9º 0.81% 0.96% -
XYZ 41.31 22.46 17.78 -
YUV 113.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 244 47 113 0 0.81 0.54 0.04 339.9 0.9 0.57
Hex F4 2F 71 0 51 36 4 154 5A 39
Octal 364 57 161 0 121 66 4 524 132 71
Binary 11110100 101111 1110001 0 1010001 110110 100 101010100 1011010 111001

Color Harmonies of #F42F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F71

Black with #F42F71

Text Example


Text Example

White with #F42F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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