Html Css Color HEX #F53672 Radical Red

📋 copy color: '#F53672'

red 245 ◦ green 54 ◦ blue 114

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

Shades of Radical Red #F53672

Tints of Radical Red #F53672

RGB

 RED value IS 245 (96.09% from 255) = 59.32%

 GREEN value IS 54 (21.48% from 255) = 13.08%

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

R = 59.32%
G = 13.08%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F53672 (or 0xF53672) is known color: Radical Red. HEX triplet: F5, 36 and 72. RGB value is (245,54,114). Sum of RGB (Red+Green+Blue) = 245+54+114=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53672 is #0AC98D. Grayscale: #757575. Windows color (decimal): -706958 or 7485173. OLE color: 7485173.

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

Color convert

RGB 245 54 114 -
CMYK 0 0.78 0.53 0.04
HSL 341.15º 0.91% 0.59% -
HSV(B) 341.15º 0.78% 0.96% -
XYZ 42.01 23.27 18.2 -
YUV 117.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 245 54 114 0 0.78 0.53 0.04 341.15 0.91 0.59
Hex F5 36 72 0 4E 35 4 155 5B 3B
Octal 365 66 162 0 116 65 4 525 133 73
Binary 11110101 110110 1110010 0 1001110 110101 100 101010101 1011011 111011

Color Harmonies of #F53672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53672

Black with #F53672

Text Example


Text Example

White with #F53672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53672; }

 p { color: rgb(245,54,114); }

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

background-color css

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

 a { background-color: rgb(245,54,114); }

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

border-color css

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

 span { border-color: rgb(245,54,114); }

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