Html Css Color HEX #FB4140 Coral Red

📋 copy color: '#FB4140'

red 251 ◦ green 65 ◦ blue 64

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

Shades of Coral Red #FB4140

Tints of Coral Red #FB4140

RGB

 RED value IS 251 (98.44% from 255) = 66.05%

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

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

R = 66.05%
G = 17.11%
B = 16.84%

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

#FB4140 (or 0xFB4140) is known color: Coral Red. HEX triplet: FB, 41 and 40. RGB value is (251,65,64). Sum of RGB (Red+Green+Blue) = 251+65+64=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4140 is #04BEBF. Grayscale: #787878. Windows color (decimal): -310976 or 4211195. OLE color: 4211195.

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

Color convert

RGB 251 65 64 -
CMYK 0 0.74 0.75 0.02
HSL 0.32º 0.96% 0.62% -
HSV(B) 0.32º 0.75% 0.98% -
XYZ 42.6 24.66 7.37 -
YUV 120.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 251 65 64 0 0.74 0.75 0.02 0.32 0.96 0.62
Hex FB 41 40 0 4A 4B 2 0 60 3E
Octal 373 101 100 0 112 113 2 0 140 76
Binary 11111011 1000001 1000000 0 1001010 1001011 10 0 1100000 111110

Color Harmonies of #FB4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4140

Black with #FB4140

Text Example


Text Example

White with #FB4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4140; }

 p { color: rgb(251,65,64); }

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

background-color css

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

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

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

border-color css

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

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

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