Html Css Color HEX #F5413D Coral Red

📋 copy color: '#F5413D'

red 245 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #F5413D

Tints of Coral Red #F5413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 66.04%
G = 17.52%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5413D (or 0xF5413D) is known color: Coral Red. HEX triplet: F5, 41 and 3D. RGB value is (245,65,61). Sum of RGB (Red+Green+Blue) = 245+65+61=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5413D is #0ABEC2. Grayscale: #767676. Windows color (decimal): -704195 or 4014581. OLE color: 4014581.

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

Color convert

RGB 245 65 61 -
CMYK 0 0.73 0.75 0.04
HSL 1.3º 0.9% 0.6% -
HSV(B) 1.3º 0.75% 0.96% -
XYZ 40.39 23.53 6.83 -
YUV 118.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 245 65 61 0 0.73 0.75 0.04 1.3 0.9 0.6
Hex F5 41 3D 0 49 4B 4 1 5A 3C
Octal 365 101 75 0 111 113 4 1 132 74
Binary 11110101 1000001 111101 0 1001001 1001011 100 1 1011010 111100

Color Harmonies of #F5413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5413D

Black with #F5413D

Text Example


Text Example

White with #F5413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5413D; }

 p { color: rgb(245,65,61); }

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

background-color css

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

 a { background-color: rgb(245,65,61); }

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

border-color css

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

 span { border-color: rgb(245,65,61); }

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