#FB476B

Color #FB476B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FB476B

Tints of Radical Red #FB476B

Color information

#FB476B (or 0xFB476B) is unknown color: approx Radical Red. HEX triplet: FB, 47 and 6B. RGB value is (251,71,107). Sum of RGB (Red+Green+Blue) = 251+71+107=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB476B is #04B894. Grayscale: #808080. Windows color (decimal): -309397 or 7030779. OLE color: 7030779.

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

Color convert

RGB25171107-
CMYK00.720.570.02
HSL348º95.74%63.14%-
HSV(B)348º71.71%98.43%-
XYZ44.6926.0816.59-
YUV128.92115.63215.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.51%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=58.51%
G=16.55%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517110700.720.570.0234895.7463.14
HexFB476B04839215c603f
Octal373107153011071253414077
Binary111110111000111110101101001000111001101010111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB476B; }

 p { color: rgb(251,71,107); }

 H1.HeaderClassName
 {
   color: #FB476B;
 }
 .AnyTagClassName
 {
   color: #FB476B;
 }
</style>
background-color css

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

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

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

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

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

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