Html Css Color HEX #FA4340 Coral Red

📋 copy color: '#FA4340'

red 250 ◦ green 67 ◦ blue 64

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

Shades of Coral Red #FA4340

Tints of Coral Red #FA4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 65.62%
G = 17.59%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA4340 (or 0xFA4340) is known color: Coral Red. HEX triplet: FA, 43 and 40. RGB value is (250,67,64). Sum of RGB (Red+Green+Blue) = 250+67+64=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4340 is #05BCBF. Grayscale: #797979. Windows color (decimal): -376000 or 4211706. OLE color: 4211706.

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

Color convert

RGB 250 67 64 -
CMYK 0 0.73 0.74 0.02
HSL 0.97º 0.95% 0.62% -
HSV(B) 0.97º 0.74% 0.98% -
XYZ 42.36 24.71 7.39 -
YUV 121.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 250 67 64 0 0.73 0.74 0.02 0.97 0.95 0.62
Hex FA 43 40 0 49 4A 2 1 5F 3E
Octal 372 103 100 0 111 112 2 1 137 76
Binary 11111010 1000011 1000000 0 1001001 1001010 10 1 1011111 111110

Color Harmonies of #FA4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4340

Black with #FA4340

Text Example


Text Example

White with #FA4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4340; }

 p { color: rgb(250,67,64); }

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

background-color css

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

 a { background-color: rgb(250,67,64); }

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

border-color css

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

 span { border-color: rgb(250,67,64); }

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