Html Css Color HEX #F7413D Coral Red

📋 copy color: '#F7413D'

red 247 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #F7413D

Tints of Coral Red #F7413D

RGB

 RED value IS 247 (96.88% from 255) = 66.22%

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

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 66.22%
G = 17.43%
B = 16.35%

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

#F7413D (or 0xF7413D) is known color: Coral Red. HEX triplet: F7, 41 and 3D. RGB value is (247,65,61). Sum of RGB (Red+Green+Blue) = 247+65+61=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7413D is #08BEC2. Grayscale: #777777. Windows color (decimal): -573123 or 4014583. OLE color: 4014583.

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

Color convert

RGB 247 65 61 -
CMYK 0 0.74 0.75 0.03
HSL 1.29º 0.92% 0.6% -
HSV(B) 1.29º 0.75% 0.97% -
XYZ 41.09 23.89 6.86 -
YUV 118.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 247 65 61 0 0.74 0.75 0.03 1.29 0.92 0.6
Hex F7 41 3D 0 4A 4B 3 1 5C 3C
Octal 367 101 75 0 112 113 3 1 134 74
Binary 11110111 1000001 111101 0 1001010 1001011 11 1 1011100 111100

Color Harmonies of #F7413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7413D

Black with #F7413D

Text Example


Text Example

White with #F7413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7413D; }

 p { color: rgb(247,65,61); }

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

background-color css

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

 a { background-color: rgb(247,65,61); }

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

border-color css

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

 span { border-color: rgb(247,65,61); }

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