Html Css Color HEX #F5345F Radical Red

📋 copy color: '#F5345F'

red 245 ◦ green 52 ◦ blue 95

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

Shades of Radical Red #F5345F

Tints of Radical Red #F5345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

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

R = 62.5%
G = 13.27%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5345F (or 0xF5345F) is known color: Radical Red. HEX triplet: F5, 34 and 5F. RGB value is (245,52,95). Sum of RGB (Red+Green+Blue) = 245+52+95=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5345F is #0ACBA0. Grayscale: #727272. Windows color (decimal): -707489 or 6239477. OLE color: 6239477.

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

Color convert

RGB 245 52 95 -
CMYK 0 0.79 0.61 0.04
HSL 346.63º 0.91% 0.58% -
HSV(B) 346.63º 0.79% 0.96% -
XYZ 40.95 22.69 13.05 -
YUV 114.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 245 52 95 0 0.79 0.61 0.04 346.63 0.91 0.58
Hex F5 34 5F 0 4F 3D 4 15B 5B 3A
Octal 365 64 137 0 117 75 4 533 133 72
Binary 11110101 110100 1011111 0 1001111 111101 100 101011011 1011011 111010

Color Harmonies of #F5345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5345F

Black with #F5345F

Text Example


Text Example

White with #F5345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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