Html Css Color HEX #FA413E Coral Red

📋 copy color: '#FA413E'

red 250 ◦ green 65 ◦ blue 62

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

Shades of Coral Red #FA413E

Tints of Coral Red #FA413E

RGB

 RED value IS 250 (98.05% from 255) = 66.31%

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

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

R = 66.31%
G = 17.24%
B = 16.45%

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

#FA413E (or 0xFA413E) is known color: Coral Red. HEX triplet: FA, 41 and 3E. RGB value is (250,65,62). Sum of RGB (Red+Green+Blue) = 250+65+62=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA413E is #05BEC1. Grayscale: #787878. Windows color (decimal): -376514 or 4080122. OLE color: 4080122.

HSL color Cylindrical-coordinate representation of color #FA413E: hue angle of 0.96º degrees, saturation: 0.95, 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 #FA413E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 62 -
CMYK 0 0.74 0.75 0.02
HSL 0.96º 0.95% 0.61% -
HSV(B) 0.96º 0.75% 0.98% -
XYZ 42.18 24.45 7.05 -
YUV 119.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 250 65 62 0 0.74 0.75 0.02 0.96 0.95 0.61
Hex FA 41 3E 0 4A 4B 2 1 5F 3D
Octal 372 101 76 0 112 113 2 1 137 75
Binary 11111010 1000001 111110 0 1001010 1001011 10 1 1011111 111101

Color Harmonies of #FA413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA413E

Black with #FA413E

Text Example


Text Example

White with #FA413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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