Html Css Color HEX #F9413D Coral Red

📋 copy color: '#F9413D'

red 249 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #F9413D

Tints of Coral Red #F9413D

RGB

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

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

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

R = 66.4%
G = 17.33%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9413D (or 0xF9413D) is known color: Coral Red. HEX triplet: F9, 41 and 3D. RGB value is (249,65,61). Sum of RGB (Red+Green+Blue) = 249+65+61=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9413D is #06BEC2. Grayscale: #777777. Windows color (decimal): -442051 or 4014585. OLE color: 4014585.

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

Color convert

RGB 249 65 61 -
CMYK 0 0.74 0.76 0.02
HSL 1.28º 0.94% 0.61% -
HSV(B) 1.28º 0.76% 0.98% -
XYZ 41.8 24.26 6.89 -
YUV 119.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 249 65 61 0 0.74 0.76 0.02 1.28 0.94 0.61
Hex F9 41 3D 0 4A 4C 2 1 5E 3D
Octal 371 101 75 0 112 114 2 1 136 75
Binary 11111001 1000001 111101 0 1001010 1001100 10 1 1011110 111101

Color Harmonies of #F9413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9413D

Black with #F9413D

Text Example


Text Example

White with #F9413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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