Html Css Color HEX #FB4342 Coral Red

📋 copy color: '#FB4342'

red 251 ◦ green 67 ◦ blue 66

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

Shades of Coral Red #FB4342

Tints of Coral Red #FB4342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 65.36%
G = 17.45%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB4342 (or 0xFB4342) is known color: Coral Red. HEX triplet: FB, 43 and 42. RGB value is (251,67,66). Sum of RGB (Red+Green+Blue) = 251+67+66=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4342 is #04BCBD. Grayscale: #7A7A7A. Windows color (decimal): -310462 or 4342779. OLE color: 4342779.

HSL color Cylindrical-coordinate representation of color #FB4342: 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.74%. Process color model (Four color, CMYK) of #FB4342 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 67 66 -
CMYK 0 0.73 0.74 0.02
HSL 0.32º 0.96% 0.62% -
HSV(B) 0.32º 0.74% 0.98% -
XYZ 42.77 24.92 7.71 -
YUV 121.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 251 67 66 0 0.73 0.74 0.02 0.32 0.96 0.62
Hex FB 43 42 0 49 4A 2 0 60 3E
Octal 373 103 102 0 111 112 2 0 140 76
Binary 11111011 1000011 1000010 0 1001001 1001010 10 0 1100000 111110

Color Harmonies of #FB4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4342

Black with #FB4342

Text Example


Text Example

White with #FB4342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4342; }

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

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

background-color css

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

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

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

border-color css

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

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

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