Html Css Color HEX #F5403C Coral Red

📋 copy color: '#F5403C'

red 245 ◦ green 64 ◦ blue 60

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

Shades of Coral Red #F5403C

Tints of Coral Red #F5403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 66.4%
G = 17.34%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5403C (or 0xF5403C) is known color: Coral Red. HEX triplet: F5, 40 and 3C. RGB value is (245,64,60). Sum of RGB (Red+Green+Blue) = 245+64+60=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5403C is #0ABFC3. Grayscale: #757575. Windows color (decimal): -704452 or 3948789. OLE color: 3948789.

HSL color Cylindrical-coordinate representation of color #F5403C: 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.76%. Process color model (Four color, CMYK) of #F5403C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 64 60 -
CMYK 0 0.74 0.76 0.04
HSL 1.3º 0.9% 0.6% -
HSV(B) 1.3º 0.76% 0.96% -
XYZ 40.31 23.41 6.67 -
YUV 117.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 245 64 60 0 0.74 0.76 0.04 1.3 0.9 0.6
Hex F5 40 3C 0 4A 4C 4 1 5A 3C
Octal 365 100 74 0 112 114 4 1 132 74
Binary 11110101 1000000 111100 0 1001010 1001100 100 1 1011010 111100

Color Harmonies of #F5403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5403C

Black with #F5403C

Text Example


Text Example

White with #F5403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5403C; }

 p { color: rgb(245,64,60); }

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

background-color css

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

 a { background-color: rgb(245,64,60); }

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

border-color css

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

 span { border-color: rgb(245,64,60); }

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