Html Css Color HEX #F5384D Radical Red

📋 copy color: '#F5384D'

red 245 ◦ green 56 ◦ blue 77

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

Shades of Radical Red #F5384D

Tints of Radical Red #F5384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 64.81%
G = 14.81%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5384D (or 0xF5384D) is known color: Radical Red. HEX triplet: F5, 38 and 4D. RGB value is (245,56,77). Sum of RGB (Red+Green+Blue) = 245+56+77=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5384D is #0AC7B2. Grayscale: #737373. Windows color (decimal): -706483 or 5060853. OLE color: 5060853.

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

Color convert

RGB 245 56 77 -
CMYK 0 0.77 0.69 0.04
HSL 353.33º 0.9% 0.59% -
HSV(B) 353.33º 0.77% 0.96% -
XYZ 40.41 22.78 9.29 -
YUV 114.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 245 56 77 0 0.77 0.69 0.04 353.33 0.9 0.59
Hex F5 38 4D 0 4D 45 4 161 5A 3B
Octal 365 70 115 0 115 105 4 541 132 73
Binary 11110101 111000 1001101 0 1001101 1000101 100 101100001 1011010 111011

Color Harmonies of #F5384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5384D

Black with #F5384D

Text Example


Text Example

White with #F5384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5384D; }

 p { color: rgb(245,56,77); }

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

background-color css

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

 a { background-color: rgb(245,56,77); }

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

border-color css

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

 span { border-color: rgb(245,56,77); }

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