Html Css Color HEX #F5404A Radical Red

📋 copy color: '#F5404A'

red 245 ◦ green 64 ◦ blue 74

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

Shades of Radical Red #F5404A

Tints of Radical Red #F5404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 63.97%
G = 16.71%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5404A (or 0xF5404A) is known color: Radical Red. HEX triplet: F5, 40 and 4A. RGB value is (245,64,74). Sum of RGB (Red+Green+Blue) = 245+64+74=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F5404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5404A is #0ABFB5. Grayscale: #777777. Windows color (decimal): -704438 or 4866293. OLE color: 4866293.

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

Color convert

RGB 245 64 74 -
CMYK 0 0.74 0.70 0.04
HSL 356.69º 0.9% 0.61% -
HSV(B) 356.69º 0.74% 0.96% -
XYZ 40.73 23.57 8.88 -
YUV 119.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 245 64 74 0 0.74 0.70 0.04 356.69 0.9 0.61
Hex F5 40 4A 0 4A 46 4 165 5A 3D
Octal 365 100 112 0 112 106 4 545 132 75
Binary 11110101 1000000 1001010 0 1001010 1000110 100 101100101 1011010 111101

Color Harmonies of #F5404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5404A

Black with #F5404A

Text Example


Text Example

White with #F5404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5404A; }

 p { color: rgb(245,64,74); }

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

background-color css

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

 a { background-color: rgb(245,64,74); }

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

border-color css

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

 span { border-color: rgb(245,64,74); }

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