Html Css Color HEX #F5445F Radical Red

📋 copy color: '#F5445F'

red 245 ◦ green 68 ◦ blue 95

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

Shades of Radical Red #F5445F

Tints of Radical Red #F5445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 60.05%
G = 16.67%
B = 23.28%

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

#F5445F (or 0xF5445F) is known color: Radical Red. HEX triplet: F5, 44 and 5F. RGB value is (245,68,95). Sum of RGB (Red+Green+Blue) = 245+68+95=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5445F is #0ABBA0. Grayscale: #7C7C7C. Windows color (decimal): -703393 or 6243573. OLE color: 6243573.

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

Color convert

RGB 245 68 95 -
CMYK 0 0.72 0.61 0.04
HSL 350.85º 0.9% 0.61% -
HSV(B) 350.85º 0.72% 0.96% -
XYZ 41.79 24.37 13.33 -
YUV 124 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 245 68 95 0 0.72 0.61 0.04 350.85 0.9 0.61
Hex F5 44 5F 0 48 3D 4 15F 5A 3D
Octal 365 104 137 0 110 75 4 537 132 75
Binary 11110101 1000100 1011111 0 1001000 111101 100 101011111 1011010 111101

Color Harmonies of #F5445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5445F

Black with #F5445F

Text Example


Text Example

White with #F5445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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