Html Css Color HEX #F42F70 Radical Red

📋 copy color: '#F42F70'

red 244 ◦ green 47 ◦ blue 112

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

Shades of Radical Red #F42F70

Tints of Radical Red #F42F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 60.55%
G = 11.66%
B = 27.79%

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

#F42F70 (or 0xF42F70) is known color: Radical Red. HEX triplet: F4, 2F and 70. RGB value is (244,47,112). Sum of RGB (Red+Green+Blue) = 244+47+112=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F70 is #0BD08F. Grayscale: #717171. Windows color (decimal): -774288 or 7352308. OLE color: 7352308.

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

Color convert

RGB 244 47 112 -
CMYK 0 0.81 0.54 0.04
HSL 340.2º 0.9% 0.57% -
HSV(B) 340.2º 0.81% 0.96% -
XYZ 41.25 22.44 17.49 -
YUV 113.31 127.27 221.21 -
System Red Green Blue C M Y K H S L
Decimal 244 47 112 0 0.81 0.54 0.04 340.2 0.9 0.57
Hex F4 2F 70 0 51 36 4 154 5A 39
Octal 364 57 160 0 121 66 4 524 132 71
Binary 11110100 101111 1110000 0 1010001 110110 100 101010100 1011010 111001

Color Harmonies of #F42F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F70

Black with #F42F70

Text Example


Text Example

White with #F42F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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