Html Css Color HEX #F5465C Radical Red

📋 copy color: '#F5465C'

red 245 ◦ green 70 ◦ blue 92

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

Shades of Radical Red #F5465C

Tints of Radical Red #F5465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.2%

 BLUE value IS 92 (36.33% from 255) = 22.6%

R = 60.2%
G = 17.2%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5465C (or 0xF5465C) is known color: Radical Red. HEX triplet: F5, 46 and 5C. RGB value is (245,70,92). Sum of RGB (Red+Green+Blue) = 245+70+92=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5465C is #0AB9A3. Grayscale: #7C7C7C. Windows color (decimal): -702884 or 6047477. OLE color: 6047477.

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

Color convert

RGB 245 70 92 -
CMYK 0 0.71 0.62 0.04
HSL 352.46º 0.9% 0.62% -
HSV(B) 352.46º 0.71% 0.96% -
XYZ 41.78 24.57 12.66 -
YUV 124.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 245 70 92 0 0.71 0.62 0.04 352.46 0.9 0.62
Hex F5 46 5C 0 47 3E 4 160 5A 3E
Octal 365 106 134 0 107 76 4 540 132 76
Binary 11110101 1000110 1011100 0 1000111 111110 100 101100000 1011010 111110

Color Harmonies of #F5465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5465C

Black with #F5465C

Text Example


Text Example

White with #F5465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5465C; }

 p { color: rgb(245,70,92); }

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

background-color css

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

 a { background-color: rgb(245,70,92); }

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

border-color css

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

 span { border-color: rgb(245,70,92); }

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