Html Css Color HEX #FA4141 Coral Red

📋 copy color: '#FA4141'

red 250 ◦ green 65 ◦ blue 65

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

Shades of Coral Red #FA4141

Tints of Coral Red #FA4141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 65.79%
G = 17.11%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA4141 (or 0xFA4141) is known color: Coral Red. HEX triplet: FA, 41 and 41. RGB value is (250,65,65). Sum of RGB (Red+Green+Blue) = 250+65+65=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4141 is #05BEBE. Grayscale: #787878. Windows color (decimal): -376511 or 4276730. OLE color: 4276730.

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

Color convert

RGB 250 65 65 -
CMYK 0 0.74 0.74 0.02
HSL 0.95% 0.62% -
HSV(B) 0.74% 0.98% -
XYZ 42.27 24.49 7.5 -
YUV 120.32 96.79 220.5 -
System Red Green Blue C M Y K H S L
Decimal 250 65 65 0 0.74 0.74 0.02 0 0.95 0.62
Hex FA 41 41 0 4A 4A 2 0 5F 3E
Octal 372 101 101 0 112 112 2 0 137 76
Binary 11111010 1000001 1000001 0 1001010 1001010 10 0 1011111 111110

Color Harmonies of #FA4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4141

Black with #FA4141

Text Example


Text Example

White with #FA4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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