Html Css Color HEX #F5445D Radical Red

📋 copy color: '#F5445D'

red 245 ◦ green 68 ◦ blue 93

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

Shades of Radical Red #F5445D

Tints of Radical Red #F5445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.75%

 BLUE value IS 93 (36.72% from 255) = 22.91%

R = 60.34%
G = 16.75%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5445D (or 0xF5445D) is known color: Radical Red. HEX triplet: F5, 44 and 5D. RGB value is (245,68,93). Sum of RGB (Red+Green+Blue) = 245+68+93=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5445D is #0ABBA2. Grayscale: #7B7B7B. Windows color (decimal): -703395 or 6112501. OLE color: 6112501.

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

Color convert

RGB 245 68 93 -
CMYK 0 0.72 0.62 0.04
HSL 351.53º 0.9% 0.61% -
HSV(B) 351.53º 0.72% 0.96% -
XYZ 41.7 24.34 12.86 -
YUV 123.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 245 68 93 0 0.72 0.62 0.04 351.53 0.9 0.61
Hex F5 44 5D 0 48 3E 4 160 5A 3D
Octal 365 104 135 0 110 76 4 540 132 75
Binary 11110101 1000100 1011101 0 1001000 111110 100 101100000 1011010 111101

Color Harmonies of #F5445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5445D

Black with #F5445D

Text Example


Text Example

White with #F5445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5445D; }

 p { color: rgb(245,68,93); }

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

background-color css

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

 a { background-color: rgb(245,68,93); }

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

border-color css

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

 span { border-color: rgb(245,68,93); }

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