Html Css Color HEX #F43472 Radical Red

📋 copy color: '#F43472'

red 244 ◦ green 52 ◦ blue 114

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

Shades of Radical Red #F43472

Tints of Radical Red #F43472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.68%

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

R = 59.51%
G = 12.68%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F43472 (or 0xF43472) is known color: Radical Red. HEX triplet: F4, 34 and 72. RGB value is (244,52,114). Sum of RGB (Red+Green+Blue) = 244+52+114=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F43472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43472 is #0BCB8D. Grayscale: #747474. Windows color (decimal): -773006 or 7484660. OLE color: 7484660.

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

Color convert

RGB 244 52 114 -
CMYK 0 0.79 0.53 0.04
HSL 340.63º 0.9% 0.58% -
HSV(B) 340.63º 0.79% 0.96% -
XYZ 41.57 22.9 18.15 -
YUV 116.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 244 52 114 0 0.79 0.53 0.04 340.63 0.9 0.58
Hex F4 34 72 0 4F 35 4 155 5A 3A
Octal 364 64 162 0 117 65 4 525 132 72
Binary 11110100 110100 1110010 0 1001111 110101 100 101010101 1011010 111010

Color Harmonies of #F43472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43472

Black with #F43472

Text Example


Text Example

White with #F43472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43472; }

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

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

background-color css

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

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

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

border-color css

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

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

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