Html Css Color HEX #F8413F Coral Red

📋 copy color: '#F8413F'

red 248 ◦ green 65 ◦ blue 63

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

Shades of Coral Red #F8413F

Tints of Coral Red #F8413F

RGB

 RED value IS 248 (97.27% from 255) = 65.96%

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

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

R = 65.96%
G = 17.29%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8413F (or 0xF8413F) is known color: Coral Red. HEX triplet: F8, 41 and 3F. RGB value is (248,65,63). Sum of RGB (Red+Green+Blue) = 248+65+63=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8413F is #07BEC0. Grayscale: #777777. Windows color (decimal): -507585 or 4145656. OLE color: 4145656.

HSL color Cylindrical-coordinate representation of color #F8413F: hue angle of 0.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8413F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 63 -
CMYK 0 0.74 0.75 0.03
HSL 0.65º 0.93% 0.61% -
HSV(B) 0.65º 0.75% 0.97% -
XYZ 41.5 24.1 7.17 -
YUV 119.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 248 65 63 0 0.74 0.75 0.03 0.65 0.93 0.61
Hex F8 41 3F 0 4A 4B 3 1 5D 3D
Octal 370 101 77 0 112 113 3 1 135 75
Binary 11111000 1000001 111111 0 1001010 1001011 11 1 1011101 111101

Color Harmonies of #F8413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8413F

Black with #F8413F

Text Example


Text Example

White with #F8413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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