Html Css Color HEX #F54370 Radical Red

📋 copy color: '#F54370'

red 245 ◦ green 67 ◦ blue 112

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

Shades of Radical Red #F54370

Tints of Radical Red #F54370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

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

R = 57.78%
G = 15.8%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F54370 (or 0xF54370) is known color: Radical Red. HEX triplet: F5, 43 and 70. RGB value is (245,67,112). Sum of RGB (Red+Green+Blue) = 245+67+112=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F54370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54370 is #0ABC8F. Grayscale: #7D7D7D. Windows color (decimal): -703632 or 7357429. OLE color: 7357429.

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

Color convert

RGB 245 67 112 -
CMYK 0 0.73 0.54 0.04
HSL 344.83º 0.9% 0.61% -
HSV(B) 344.83º 0.73% 0.96% -
XYZ 42.59 24.6 17.83 -
YUV 125.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 245 67 112 0 0.73 0.54 0.04 344.83 0.9 0.61
Hex F5 43 70 0 49 36 4 159 5A 3D
Octal 365 103 160 0 111 66 4 531 132 75
Binary 11110101 1000011 1110000 0 1001001 110110 100 101011001 1011010 111101

Color Harmonies of #F54370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54370

Black with #F54370

Text Example


Text Example

White with #F54370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54370; }

 p { color: rgb(245,67,112); }

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

background-color css

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

 a { background-color: rgb(245,67,112); }

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

border-color css

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

 span { border-color: rgb(245,67,112); }

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