Html Css Color HEX #FA423F Coral Red

📋 copy color: '#FA423F'

red 250 ◦ green 66 ◦ blue 63

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

Shades of Coral Red #FA423F

Tints of Coral Red #FA423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 63 (25% from 255) = 16.62%

R = 65.96%
G = 17.41%
B = 16.62%

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

#FA423F (or 0xFA423F) is known color: Coral Red. HEX triplet: FA, 42 and 3F. RGB value is (250,66,63). Sum of RGB (Red+Green+Blue) = 250+66+63=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA423F is #05BDC0. Grayscale: #787878. Windows color (decimal): -376257 or 4145914. OLE color: 4145914.

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

Color convert

RGB 250 66 63 -
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.27 24.58 7.22 -
YUV 120.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 250 66 63 0 0.74 0.75 0.02 0.96 0.95 0.61
Hex FA 42 3F 0 4A 4B 2 1 5F 3D
Octal 372 102 77 0 112 113 2 1 137 75
Binary 11111010 1000010 111111 0 1001010 1001011 10 1 1011111 111101

Color Harmonies of #FA423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA423F

Black with #FA423F

Text Example


Text Example

White with #FA423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA423F; }

 p { color: rgb(250,66,63); }

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

background-color css

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

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

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

border-color css

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

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

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