Html Css Color HEX #F6403C Coral Red

📋 copy color: '#F6403C'

red 246 ◦ green 64 ◦ blue 60

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

Shades of Coral Red #F6403C

Tints of Coral Red #F6403C

RGB

 RED value IS 246 (96.48% from 255) = 66.49%

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

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

R = 66.49%
G = 17.3%
B = 16.22%

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

#F6403C (or 0xF6403C) is known color: Coral Red. HEX triplet: F6, 40 and 3C. RGB value is (246,64,60). Sum of RGB (Red+Green+Blue) = 246+64+60=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F6403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6403C is #09BFC3. Grayscale: #767676. Windows color (decimal): -638916 or 3948790. OLE color: 3948790.

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

Color convert

RGB 246 64 60 -
CMYK 0 0.74 0.76 0.04
HSL 1.29º 0.91% 0.6% -
HSV(B) 1.29º 0.76% 0.96% -
XYZ 40.66 23.59 6.68 -
YUV 117.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 246 64 60 0 0.74 0.76 0.04 1.29 0.91 0.6
Hex F6 40 3C 0 4A 4C 4 1 5B 3C
Octal 366 100 74 0 112 114 4 1 133 74
Binary 11110110 1000000 111100 0 1001010 1001100 100 1 1011011 111100

Color Harmonies of #F6403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6403C

Black with #F6403C

Text Example


Text Example

White with #F6403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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