Html Css Color HEX #FB3F3F Coral Red

📋 copy color: '#FB3F3F'

red 251 ◦ green 63 ◦ blue 63

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

Shades of Coral Red #FB3F3F

Tints of Coral Red #FB3F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 16.71%

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

R = 66.58%
G = 16.71%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB3F3F (or 0xFB3F3F) is known color: Coral Red. HEX triplet: FB, 3F and 3F. RGB value is (251,63,63). Sum of RGB (Red+Green+Blue) = 251+63+63=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3F3F is #04C0C0. Grayscale: #777777. Windows color (decimal): -311489 or 4145147. OLE color: 4145147.

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

Color convert

RGB 251 63 63 -
CMYK 0 0.75 0.75 0.02
HSL 0.96% 0.62% -
HSV(B) 0.75% 0.98% -
XYZ 42.46 24.42 7.18 -
YUV 119.21 96.28 222 -
System Red Green Blue C M Y K H S L
Decimal 251 63 63 0 0.75 0.75 0.02 0 0.96 0.62
Hex FB 3F 3F 0 4B 4B 2 0 60 3E
Octal 373 77 77 0 113 113 2 0 140 76
Binary 11111011 111111 111111 0 1001011 1001011 10 0 1100000 111110

Color Harmonies of #FB3F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F3F

Black with #FB3F3F

Text Example


Text Example

White with #FB3F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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