Html Css Color HEX #F54560 Radical Red

📋 copy color: '#F54560'

red 245 ◦ green 69 ◦ blue 96

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

Shades of Radical Red #F54560

Tints of Radical Red #F54560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 59.76%
G = 16.83%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F54560 (or 0xF54560) is known color: Radical Red. HEX triplet: F5, 45 and 60. RGB value is (245,69,96). Sum of RGB (Red+Green+Blue) = 245+69+96=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F54560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54560 is #0ABA9F. Grayscale: #7C7C7C. Windows color (decimal): -703136 or 6309365. OLE color: 6309365.

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

Color convert

RGB 245 69 96 -
CMYK 0 0.72 0.61 0.04
HSL 350.8º 0.9% 0.62% -
HSV(B) 350.8º 0.72% 0.96% -
XYZ 41.9 24.51 13.59 -
YUV 124.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 245 69 96 0 0.72 0.61 0.04 350.8 0.9 0.62
Hex F5 45 60 0 48 3D 4 15F 5A 3E
Octal 365 105 140 0 110 75 4 537 132 76
Binary 11110101 1000101 1100000 0 1001000 111101 100 101011111 1011010 111110

Color Harmonies of #F54560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54560

Black with #F54560

Text Example


Text Example

White with #F54560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54560; }

 p { color: rgb(245,69,96); }

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

background-color css

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

 a { background-color: rgb(245,69,96); }

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

border-color css

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

 span { border-color: rgb(245,69,96); }

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