Html Css Color HEX #F43072 Radical Red

📋 copy color: '#F43072'

red 244 ◦ green 48 ◦ blue 114

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

Shades of Radical Red #F43072

Tints of Radical Red #F43072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

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

R = 60.1%
G = 11.82%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F43072 (or 0xF43072) is known color: Radical Red. HEX triplet: F4, 30 and 72. RGB value is (244,48,114). Sum of RGB (Red+Green+Blue) = 244+48+114=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F43072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43072 is #0BCF8D. Grayscale: #727272. Windows color (decimal): -774030 or 7483636. OLE color: 7483636.

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

Color convert

RGB 244 48 114 -
CMYK 0 0.80 0.53 0.04
HSL 339.8º 0.9% 0.57% -
HSV(B) 339.8º 0.8% 0.96% -
XYZ 41.4 22.56 18.09 -
YUV 114.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 244 48 114 0 0.80 0.53 0.04 339.8 0.9 0.57
Hex F4 30 72 0 50 35 4 154 5A 39
Octal 364 60 162 0 120 65 4 524 132 71
Binary 11110100 110000 1110010 0 1010000 110101 100 101010100 1011010 111001

Color Harmonies of #F43072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43072

Black with #F43072

Text Example


Text Example

White with #F43072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43072; }

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

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

background-color css

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

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

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

border-color css

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

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

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