Html Css Color HEX #F5404B Radical Red

📋 copy color: '#F5404B'

red 245 ◦ green 64 ◦ blue 75

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

Shades of Radical Red #F5404B

Tints of Radical Red #F5404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 63.8%
G = 16.67%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5404B (or 0xF5404B) is known color: Radical Red. HEX triplet: F5, 40 and 4B. RGB value is (245,64,75). Sum of RGB (Red+Green+Blue) = 245+64+75=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F5404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5404B is #0ABFB4. Grayscale: #777777. Windows color (decimal): -704437 or 4931829. OLE color: 4931829.

HSL color Cylindrical-coordinate representation of color #F5404B: hue angle of 356.35º 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 #F5404B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 64 75 -
CMYK 0 0.74 0.69 0.04
HSL 356.35º 0.9% 0.61% -
HSV(B) 356.35º 0.74% 0.96% -
XYZ 40.76 23.59 9.06 -
YUV 119.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 245 64 75 0 0.74 0.69 0.04 356.35 0.9 0.61
Hex F5 40 4B 0 4A 45 4 164 5A 3D
Octal 365 100 113 0 112 105 4 544 132 75
Binary 11110101 1000000 1001011 0 1001010 1000101 100 101100100 1011010 111101

Color Harmonies of #F5404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5404B

Black with #F5404B

Text Example


Text Example

White with #F5404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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