Html Css Color HEX #F5413F Coral Red

📋 copy color: '#F5413F'

red 245 ◦ green 65 ◦ blue 63

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

Shades of Coral Red #F5413F

Tints of Coral Red #F5413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.89%

R = 65.68%
G = 17.43%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5413F (or 0xF5413F) is known color: Coral Red. HEX triplet: F5, 41 and 3F. RGB value is (245,65,63). Sum of RGB (Red+Green+Blue) = 245+65+63=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F5413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5413F is #0ABEC0. Grayscale: #767676. Windows color (decimal): -704193 or 4145653. OLE color: 4145653.

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

Color convert

RGB 245 65 63 -
CMYK 0 0.73 0.74 0.04
HSL 0.66º 0.9% 0.6% -
HSV(B) 0.66º 0.74% 0.96% -
XYZ 40.44 23.55 7.12 -
YUV 118.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 245 65 63 0 0.73 0.74 0.04 0.66 0.9 0.6
Hex F5 41 3F 0 49 4A 4 1 5A 3C
Octal 365 101 77 0 111 112 4 1 132 74
Binary 11110101 1000001 111111 0 1001001 1001010 100 1 1011010 111100

Color Harmonies of #F5413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5413F

Black with #F5413F

Text Example


Text Example

White with #F5413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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