Html Css Color HEX #FB4242 Coral Red

📋 copy color: '#FB4242'

red 251 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #FB4242

Tints of Coral Red #FB4242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 65.54%
G = 17.23%
B = 17.23%

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

#FB4242 (or 0xFB4242) is known color: Coral Red. HEX triplet: FB, 42 and 42. RGB value is (251,66,66). Sum of RGB (Red+Green+Blue) = 251+66+66=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4242 is #04BDBD. Grayscale: #797979. Windows color (decimal): -310718 or 4342523. OLE color: 4342523.

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

Color convert

RGB 251 66 66 -
CMYK 0 0.74 0.74 0.02
HSL 0.96% 0.62% -
HSV(B) 0.74% 0.98% -
XYZ 42.72 24.8 7.69 -
YUV 121.32 96.79 220.5 -
System Red Green Blue C M Y K H S L
Decimal 251 66 66 0 0.74 0.74 0.02 0 0.96 0.62
Hex FB 42 42 0 4A 4A 2 0 60 3E
Octal 373 102 102 0 112 112 2 0 140 76
Binary 11111011 1000010 1000010 0 1001010 1001010 10 0 1100000 111110

Color Harmonies of #FB4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4242

Black with #FB4242

Text Example


Text Example

White with #FB4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4242; }

 p { color: rgb(251,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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