Html Css Color HEX #F9413E Coral Red

📋 copy color: '#F9413E'

red 249 ◦ green 65 ◦ blue 62

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

Shades of Coral Red #F9413E

Tints of Coral Red #F9413E

RGB

 RED value IS 249 (97.66% from 255) = 66.22%

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

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 66.22%
G = 17.29%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9413E (or 0xF9413E) is known color: Coral Red. HEX triplet: F9, 41 and 3E. RGB value is (249,65,62). Sum of RGB (Red+Green+Blue) = 249+65+62=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9413E is #06BEC1. Grayscale: #777777. Windows color (decimal): -442050 or 4080121. OLE color: 4080121.

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

Color convert

RGB 249 65 62 -
CMYK 0 0.74 0.75 0.02
HSL 0.96º 0.94% 0.61% -
HSV(B) 0.96º 0.75% 0.98% -
XYZ 41.83 24.27 7.04 -
YUV 119.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 249 65 62 0 0.74 0.75 0.02 0.96 0.94 0.61
Hex F9 41 3E 0 4A 4B 2 1 5E 3D
Octal 371 101 76 0 112 113 2 1 136 75
Binary 11111001 1000001 111110 0 1001010 1001011 10 1 1011110 111101

Color Harmonies of #F9413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9413E

Black with #F9413E

Text Example


Text Example

White with #F9413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9413E; }

 p { color: rgb(249,65,62); }

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

background-color css

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

 a { background-color: rgb(249,65,62); }

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

border-color css

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

 span { border-color: rgb(249,65,62); }

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