Html Css Color HEX #FA4540 Coral Red

📋 copy color: '#FA4540'

red 250 ◦ green 69 ◦ blue 64

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

Shades of Coral Red #FA4540

Tints of Coral Red #FA4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

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

R = 65.27%
G = 18.02%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA4540 (or 0xFA4540) is known color: Coral Red. HEX triplet: FA, 45 and 40. RGB value is (250,69,64). Sum of RGB (Red+Green+Blue) = 250+69+64=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4540 is #05BABF. Grayscale: #7A7A7A. Windows color (decimal): -375488 or 4212218. OLE color: 4212218.

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

Color convert

RGB 250 69 64 -
CMYK 0 0.72 0.74 0.02
HSL 1.61º 0.95% 0.62% -
HSV(B) 1.61º 0.74% 0.98% -
XYZ 42.48 24.95 7.43 -
YUV 122.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 250 69 64 0 0.72 0.74 0.02 1.61 0.95 0.62
Hex FA 45 40 0 48 4A 2 2 5F 3E
Octal 372 105 100 0 110 112 2 2 137 76
Binary 11111010 1000101 1000000 0 1001000 1001010 10 10 1011111 111110

Color Harmonies of #FA4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4540

Black with #FA4540

Text Example


Text Example

White with #FA4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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