Html Css Color HEX #F6413F Coral Red

📋 copy color: '#F6413F'

red 246 ◦ green 65 ◦ blue 63

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

Shades of Coral Red #F6413F

Tints of Coral Red #F6413F

RGB

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

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

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

R = 65.78%
G = 17.38%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6413F (or 0xF6413F) is known color: Coral Red. HEX triplet: F6, 41 and 3F. RGB value is (246,65,63). Sum of RGB (Red+Green+Blue) = 246+65+63=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6413F is #09BEC0. Grayscale: #777777. Windows color (decimal): -638657 or 4145654. OLE color: 4145654.

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

Color convert

RGB 246 65 63 -
CMYK 0 0.74 0.74 0.04
HSL 0.66º 0.91% 0.61% -
HSV(B) 0.66º 0.74% 0.96% -
XYZ 40.79 23.73 7.13 -
YUV 118.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 246 65 63 0 0.74 0.74 0.04 0.66 0.91 0.61
Hex F6 41 3F 0 4A 4A 4 1 5B 3D
Octal 366 101 77 0 112 112 4 1 133 75
Binary 11110110 1000001 111111 0 1001010 1001010 100 1 1011011 111101

Color Harmonies of #F6413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6413F

Black with #F6413F

Text Example


Text Example

White with #F6413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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