#FB5F6A

Color #FB5F6A Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FB5F6A

Tints of Wild Watermelon #FB5F6A

Color information

#FB5F6A (or 0xFB5F6A) is unknown color: approx Wild Watermelon. HEX triplet: FB, 5F and 6A. RGB value is (251,95,106). Sum of RGB (Red+Green+Blue) = 251+95+106=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5F6A is #04A095. Grayscale: #8F8F8F. Windows color (decimal): -303254 or 6971387. OLE color: 6971387.

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

Color convert

RGB25195106-
CMYK00.620.580.02
HSL355.77º95.12%67.84%-
HSV(B)355.77º62.15%98.43%-
XYZ46.4829.7316.93-
YUV142.9107.18205.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.53%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=55.53%
G=21.02%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519510600.620.580.02355.7795.1267.84
HexFB5F6A03E3A21645f44
Octal373137152076722544137104
Binary111110111011111110101001111101110101010110010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F6A; }

 p { color: rgb(251,95,106); }

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

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

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

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

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

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

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