Html Css Color HEX #F5423C Coral Red

📋 copy color: '#F5423C'

red 245 ◦ green 66 ◦ blue 60

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

Shades of Coral Red #F5423C

Tints of Coral Red #F5423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 66.04%
G = 17.79%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5423C (or 0xF5423C) is known color: Coral Red. HEX triplet: F5, 42 and 3C. RGB value is (245,66,60). Sum of RGB (Red+Green+Blue) = 245+66+60=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5423C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5423C is #0ABDC3. Grayscale: #777777. Windows color (decimal): -703940 or 3949301. OLE color: 3949301.

HSL color Cylindrical-coordinate representation of color #F5423C: hue angle of 1.95º 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 #F5423C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 66 60 -
CMYK 0 0.73 0.76 0.04
HSL 1.95º 0.9% 0.6% -
HSV(B) 1.95º 0.76% 0.96% -
XYZ 40.42 23.64 6.71 -
YUV 118.84 94.8 217.99 -
System Red Green Blue C M Y K H S L
Decimal 245 66 60 0 0.73 0.76 0.04 1.95 0.9 0.6
Hex F5 42 3C 0 49 4C 4 2 5A 3C
Octal 365 102 74 0 111 114 4 2 132 74
Binary 11110101 1000010 111100 0 1001001 1001100 100 10 1011010 111100

Color Harmonies of #F5423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5423C

Black with #F5423C

Text Example


Text Example

White with #F5423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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