Html Css Color HEX #F43972 Radical Red

📋 copy color: '#F43972'

red 244 ◦ green 57 ◦ blue 114

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

Shades of Radical Red #F43972

Tints of Radical Red #F43972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.73%

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

R = 58.8%
G = 13.73%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F43972 (or 0xF43972) is known color: Radical Red. HEX triplet: F4, 39 and 72. RGB value is (244,57,114). Sum of RGB (Red+Green+Blue) = 244+57+114=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F43972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43972 is #0BC68D. Grayscale: #777777. Windows color (decimal): -771726 or 7485940. OLE color: 7485940.

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

Color convert

RGB 244 57 114 -
CMYK 0 0.77 0.53 0.04
HSL 341.71º 0.89% 0.59% -
HSV(B) 341.71º 0.77% 0.96% -
XYZ 41.81 23.37 18.23 -
YUV 119.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 244 57 114 0 0.77 0.53 0.04 341.71 0.89 0.59
Hex F4 39 72 0 4D 35 4 156 59 3B
Octal 364 71 162 0 115 65 4 526 131 73
Binary 11110100 111001 1110010 0 1001101 110101 100 101010110 1011001 111011

Color Harmonies of #F43972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43972

Black with #F43972

Text Example


Text Example

White with #F43972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43972; }

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

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

background-color css

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

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

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

border-color css

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

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

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